Opt whether to attach the line to a specific point on the object. Otherwise, the line is attached to the center of the object.
Read-write property
[Visual Basic .NET] |
---|
Public Property Enable() As Boolean |
[C#] |
---|
public bool Enable {get; set;} |
[Managed C++] |
---|
public: __property bool get_Enable(); |
[Unmanaged C++] |
---|
public: HRESULT get_Enable( VARIANT_BOOL * pUse ); public: HRESULT put_Enable( VARIANT_BOOL pUse ); |
[Java] |
---|
public bool getEnable(); public void setEnable( bool ); |