|
This method allows you to get the IPointData object from a curve by input type of point.
PointData = GetPointData ( PointType );
Input: (EPointType) PointType |
Set point type on curve. |
Return: (IPointData) PointData |
Returned the PointData object. |
You cannot use all types of points. For example, you cannot use "cmPtCenter" or "cmPtScreen" etc.
|