AGI STK Objects 11Send 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
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.