ArcObjects Library Reference (Carto)  

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(
  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

Product Availability

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

See Also

IRenderingRule Interface