AGI STK Objects 11Send 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 * pVal
);
public: HRESULT put_UseVehColor(
    VARIANT_BOOL UseVehColor
);
[Java]
public bool getUseVehColor();
public void setUseVehColor(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.