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