Opt whether to have each link line in the valid strand lines is numbered to show the sequence of the links between the objects in the chain.
Read-write property
[Visual Basic .NET] |
---|
Public Property IsDirectionVisible() As Boolean |
[C#] |
---|
public bool IsDirectionVisible {get; set;} |
[Managed C++] |
---|
public: __property bool get_IsDirectionVisible(); |
[Unmanaged C++] |
---|
public: HRESULT get_IsDirectionVisible( VARIANT_BOOL * pVal ); public: HRESULT put_IsDirectionVisible( VARIANT_BOOL IsDirectionVisible ); |
[Java] |
---|
public bool getIsDirectionVisible(); public void setIsDirectionVisible( bool ); |