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





Windows & Linux

Description

Get the line display properties for the vehicle.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.