This document is archived and information here might be outdated.  Recommended version.


IRenderingRule.VariableName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRenderingRule Interface > IRenderingRule.VariableName Property
ArcGIS Developer Help

IRenderingRule.VariableName Property

The raster function variable name.

[Visual Basic .NET]
Public Property VariableName As String
[C#]
public string VariableName {get; set;}
[C++]
HRESULT get_VariableName(
  System.String* 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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRenderingRule Interface