If True (default) allows to move an object only using the central grip. If False, allows to move an object just clicking on it (the central grip disappairs).
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public bool ObjectsUseCentralGrip { get; set; }
Public Property ObjectsUseCentralGrip As Boolean Get Set
public: property bool ObjectsUseCentralGrip { bool get (); void set (bool value); }