This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMultidimensionalInfo Interface > IMultidimensionalInfo.DefineDimension Method (ArcObjects .NET 10.4 SDK) |
Defines a dimension associated with the specified variable using the dimension-specific attributes. Overwrites the attributes if the dimension associated with specified variable has already been defined.
[Visual Basic .NET] Public Sub DefineDimension ( _ ByVal bsDimensionName As String, _ ByVal bsVariableName As String, _ ByVal pDimensionAttributes As IPropertySet _ )
[C#] public void DefineDimension ( string bsDimensionName, string bsVariableName, IPropertySet pDimensionAttributes );
[C++]
HRESULT DefineDimension(
BSTR bsDimensionName,
BSTR bsVariableName,
IPropertySet* pDimensionAttributes
);
[C++]
Parameters bsDimensionName [in] bsDimensionName is a parameter of type BSTR bsVariableName [in] bsVariableName is a parameter of type BSTR pDimensionAttributes [in]
pDimensionAttributes is a parameter of type IPropertySet