This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRenderingRule Interface > IRenderingRule.VariableName Property (ArcObjects .NET 10.5 SDK) |
The raster function variable name.
[Visual Basic .NET] Public Property VariableName As String
[C#] public string VariableName {get; set;}
[C++]
HRESULT get_VariableName(
BSTR* pVariableName
);
[C++]
HRESULT put_VariableName(
BSTR pVariableName
);
[C++]
Parameters pVariableName [out, retval] pVariableName is a parameter of type BSTR pVariableName [in] pVariableName is a parameter of type BSTR