STK ObjectsSend comments on this topic.
UseCustomColor Property (IAgVeVOAttributesBasic)
See Also
Windows





Windows & Linux

Description

Use custom color for lines if true, otherwise use the vehicle color for the line color.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseCustomColor() As Boolean
[C#]
public bool UseCustomColor {get; set;}
[Managed C++]
public: __property bool get_UseCustomColor();
public: __property void set_UseCustomColor( bool );
[Unmanaged C++]
public: HRESULT get_UseCustomColor(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseCustomColor(
    VARIANT_BOOL UseCustomColor
);
[Java]
public bool getUseCustomColor();
public void setUseCustomColor(
    bool
);
[Python - STK API ]
@property
def UseCustomColor(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.