STK ObjectsSend 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
);
[Python - STK API ]
@property
def UseVehColor(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.