Specifies the grip's shape as shown when an object is selected.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public IEShape ObjGripShape { get; set; }
Public Property ObjGripShape As IEShape
	Get
	Set
public:
property IEShape ObjGripShape {
	IEShape get ();
	void set (IEShape value);
}

See Also