IKO_TColgp_Array1OfPnt Interface
An array of points. Query IKO_TColStd_Array1 from this interface
to access size-related attributes of the array
Query IKO_Standard_Object from this interface
to create a copy or obtain type name
HRESULT Create(int lower, int upper)
Constructs the array with index in the (lower, upper) range
HRESULT SetValue(int Index, DIPoint* pt)
HRESULT GetValue(int Index, DIPoint* pt)
Returns the point at Index
|