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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1