STK ObjectsSend comments on this topic.
Width Property (IAgVeGfxLine)
See Also
Windows





Windows & Linux

Description

Line width to use in displaying vehicle tracks.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Width() As AgELineWidth
[C#]
public AgELineWidth Width {get; set;}
[Managed C++]
public: __property AgELineWidth get_Width();
public: __property void set_Width( AgELineWidth );
[Unmanaged C++]
public: HRESULT get_Width(
    AgELineWidth * pVal
);
public: HRESULT put_Width(
    AgELineWidth LineWidth
);
[Java]
public AgELineWidth getWidth();
public void setWidth(
    AgELineWidth
);
[Python - STK API ]
@property
def Width(self) -> "AgELineWidth":

@Width.setter
def Width(self, LineWidth:"AgELineWidth") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.