STK ObjectsSend comments on this topic.
IsPassLabelsVisible Property (IAgVeGfxPasses)
See Also
Windows





Windows & Linux

Description

Opt whether to display pass numbers at the pass break locations in the 2D Graphics window.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IsPassLabelsVisible() As Boolean
[C#]
public bool IsPassLabelsVisible {get; set;}
[Managed C++]
public: __property bool get_IsPassLabelsVisible();
public: __property void set_IsPassLabelsVisible( bool );
[Unmanaged C++]
public: HRESULT get_IsPassLabelsVisible(
    VARIANT_BOOL * pVal
);
public: HRESULT put_IsPassLabelsVisible(
    VARIANT_BOOL IsPassLabelsVisible
);
[Java]
public bool getIsPassLabelsVisible();
public void setIsPassLabelsVisible(
    bool
);
[Python - STK API ]
@property
def IsPassLabelsVisible(self) -> bool:

@IsPassLabelsVisible.setter
def IsPassLabelsVisible(self, IsPassLabelsVisible:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.