STK ObjectsSend comments on this topic.
Line Property (IAgMtoGfxTrack)
See Also
Windows





Windows & Linux

Description

Get the display properties for the track line.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.