Description
Opt whether to display a line in 2D window between the objects in the chain to show that they have access to each other during animation.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property IsLineVisible() As Boolean
|
[C#] |
---|
public bool IsLineVisible {get; set;}
|
[Managed C++] |
---|
public: __property bool get_IsLineVisible(); public: __property void set_IsLineVisible(
bool
);
|
[Unmanaged C++] |
---|
public: HRESULT get_IsLineVisible(
VARIANT_BOOL * pVal
);
public: HRESULT put_IsLineVisible(
VARIANT_BOOL IsLineVisible
);
|
[Java] |
---|
public bool getIsLineVisible();
public void setIsLineVisible(
bool
);
|
See Also