Get the display properties for the track line.
Read-only property
[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": |