This .NET method wraps the ObjectARX method AcDbEntity::getGripPoints.
Public Function GetGripPoints( grips As GripDataCollection, curViewUnitSize As double, gripSize As Integer, curViewDir As Vector3d, bitFlags As GetGripPointsFlags ) As bool
public bool GetGripPoints( GripDataCollection grips, double curViewUnitSize, int gripSize, Vector3d curViewDir, GetGripPointsFlags bitFlags );
Comments? |