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


IDimensionalDefinition.VariableName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IDimensionalDefinition.VariableName Property

A string defining the name of the variable. This property is optional.

[Visual Basic .NET]
Public Property VariableName As String
[C#]
public string VariableName {get; set;}
[C++]
HRESULT get_VariableName(
  BSTR* pVariable
);
[C++]
HRESULT put_VariableName(
  BSTR pVariable
);
[C++]

Parameters pVariable [out, retval] pVariable is a parameter of type BSTR pVariable [in] pVariable is a parameter of type BSTR

Product Availability

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

See Also

IDimensionalDefinition Interface