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


IVector.Dimension Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IV > IVector Interface > IVector.Dimension Property
ArcGIS Developer Help

IVector.Dimension Property

The dimension of this vector.

[Visual Basic .NET]
Public ReadOnly Property Dimension As Integer
[C#]
public int Dimension {get;}
[C++]
HRESULT get_Dimension(
  System.Int32* Dimension
);
[C++]
Parameters
Dimension [out, retval]

Dimension is a parameter of type long*

Product Availability

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

Description

Returns the Dimension of the Vector.  The Dimension corresponds to the number of unique Components that define the vector.

Remarks

 

Vector Dimension Example

See Also

IVector Interface