GripOverruleGetGripPoints(Entity,
Point3dCollection, IntegerCollection,
IntegerCollection) Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public virtual void GetGripPoints(
Entity entity,
Point3dCollection gripPoints,
IntegerCollection snapModes,
IntegerCollection geometryIds
)
Public Overridable Sub GetGripPoints (
entity As Entity,
gripPoints As Point3dCollection,
snapModes As IntegerCollection,
geometryIds As IntegerCollection
)
public:
virtual void GetGripPoints(
Entity^ entity,
Point3dCollection^ gripPoints,
IntegerCollection^ snapModes,
IntegerCollection^ geometryIds
)
abstract GetGripPoints :
entity : Entity *
gripPoints : Point3dCollection *
snapModes : IntegerCollection *
geometryIds : IntegerCollection -> unit
override GetGripPoints :
entity : Entity *
gripPoints : Point3dCollection *
snapModes : IntegerCollection *
geometryIds : IntegerCollection -> unit
Parameters
- entity Entity
-
- gripPoints Point3dCollection
-
- snapModes IntegerCollection
-
- geometryIds IntegerCollection
-
See Also