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





Windows & Linux

Description

Opt whether to display path numbers within a repeating ground track sequence at the pass break locations in the 2D Graphics window.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IsPathLabelsVisible() As Boolean
[C#]
public bool IsPathLabelsVisible {get; set;}
[Managed C++]
public: __property bool get_IsPathLabelsVisible();
public: __property void set_IsPathLabelsVisible( bool );
[Unmanaged C++]
public: HRESULT get_IsPathLabelsVisible(
    VARIANT_BOOL * pVal
);
public: HRESULT put_IsPathLabelsVisible(
    VARIANT_BOOL IsPathLabelsVisible
);
[Java]
public bool getIsPathLabelsVisible();
public void setIsPathLabelsVisible(
    bool
);
[Python - STK API ]
@property
def IsPathLabelsVisible(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.