STK ObjectsSend comments on this topic.
Use2DColor Property (IAgVeVODropLinePathItem)
See Also
Windows





Windows & Linux

Description

Opt whether to use the color in the vehicle's 2D attributes for the drop lines.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Use2DColor() As Boolean
[C#]
public bool Use2DColor {get; set;}
[Managed C++]
public: __property bool get_Use2DColor();
public: __property void set_Use2DColor( bool );
[Unmanaged C++]
public: HRESULT get_Use2DColor(
    VARIANT_BOOL * pVal
);
public: HRESULT put_Use2DColor(
    VARIANT_BOOL Use2DColor
);
[Java]
public bool getUse2DColor();
public void setUse2DColor(
    bool
);
[Python - STK API ]
@property
def Use2DColor(self) -> bool:

@Use2DColor.setter
def Use2DColor(self, Use2DColor:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.