This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > ID > IDimensionalDefinition Interface > IDimensionalDefinition.VariableName Property (ArcObjects .NET 10.5 SDK) |
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