Opt whether to display pass numbers at the pass break locations in the 2D Graphics window.
Read-write property
[Visual Basic .NET] |
---|
Public Property IsPassLabelsVisible() As Boolean |
[C#] |
---|
public bool IsPassLabelsVisible {get; set;} |
[Managed C++] |
---|
public: __property bool get_IsPassLabelsVisible(); |
[Unmanaged C++] |
---|
public: HRESULT get_IsPassLabelsVisible( VARIANT_BOOL * pVal ); public: HRESULT put_IsPassLabelsVisible( VARIANT_BOOL IsPassLabelsVisible ); |
[Java] |
---|
public bool getIsPassLabelsVisible(); public void setIsPassLabelsVisible( bool ); |