STK ObjectsSend comments on this topic.
Tracks Property (IAgMtoGraphics)
See Also
Windows





Windows & Linux

Description

Get the collection of MTO 2D graphics properties.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Tracks() As IAgMtoGfxTrackCollection
[C#]
public IAgMtoGfxTrackCollection Tracks {get;}
[Managed C++]
public: __property IAgMtoGfxTrackCollection ^ get_Tracks();
[Unmanaged C++]
public: HRESULT get_Tracks(
    IAgMtoGfxTrackCollection ** ppVal
);
[Java]
public IAgMtoGfxTrackCollection getTracks();
[Python - STK API ]
@property
def Tracks(self) -> "IAgMtoGfxTrackCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.