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