AGI STK Objects 11 Send comments on this topic.
Use2DColor Property (IAgVeVODropLinePosItem)
See Also 





Description

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

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 * pRetVal
);
public: HRESULT put_Use2DColor(
VARIANT_BOOL NewUse2DColor
);

[Java]
public bool getUse2DColor();public void setUse2DColor(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1