Autodesk.AutoCAD.DatabaseServices Namespace > Entity Class > Entity Methods > GetGripPointsAtSubentityPath Method
Entity.GetGripPointsAtSubentityPath Method   
Description

 

This .NET method wraps the ObjectARX method AcDbEntity::getGripPointsAtSubentPath.

Visual Basic
Public Function GetGripPointsAtSubentityPath(
    subPath As FullSubentityPath, 
    grips As GripDataCollection, 
    curViewUnitSize As double, 
    gripSize As Integer, 
    curViewDir As Vector3d, 
    bitFlags As GetGripPointsFlags
) As bool
C#
public bool GetGripPointsAtSubentityPath(
    FullSubentityPath subPath, 
    GripDataCollection grips, 
    double curViewUnitSize, 
    int gripSize, 
    Vector3d curViewDir, 
    GetGripPointsFlags bitFlags
);
Links
   Comments?