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

 

This notification allows the entity to perform any required resource management tasks before the grip's GripStatus objects and any alternate basepoint objects pointed to by the GripStatus objects are deleted.

Visual Basic
Public virtual Function SetGripStatus(
    status As GripStatus
) As void
C#
public virtual void SetGripStatus(
    GripStatus status
);
Parameters
Parameters 
Description 
GripStatus status 
Value describing the status of the grip operation; one of the values from the GripStatus enumeration 
Links
   Comments?