CODPointComponent::GetPoints
Retrieves the vertices associated with the component.
Defined in: OdPointComp.cpp
Syntax
int CODPointComponent::GetPoints(LPPOINT lpPoints)int CODPointComponent::GetPoints(CODPointArray& ptArray)
LPPOINT CODPointComponent::GetPoints()
Return Value
The count of points in the array, or a pointer to the actual array of points.
Parameters
lpPoints
A pointer to the array where the points will be copied.
ptArray
The array where the points will be copied.