AGI STK Objects 11 Send comments on this topic.
UseVehColor Property (IAgVeGfxWaypointMarkersElement)
See Also 
Windows






Windows & Linux

Description

Opt whether to set the waypoint color to the color of the vehicle.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseVehColor() As Boolean

[C#]
public bool UseVehColor {get; set;}

[Managed C++]
public: __property bool get_UseVehColor();
public: __property void set_UseVehColor(
bool
);

[Unmanaged C++]
public: HRESULT get_UseVehColor(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseVehColor(
VARIANT_BOOL NewUseVehColor
);

[Java]
public bool getUseVehColor();public void setUseVehColor(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface