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


IVector.Dimension Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

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