STK ObjectsSend comments on this topic.
ErrorColor Property (IAgVeVOLineOfBearing)
See Also
Windows





Windows & Linux

Description

The color of the bearing error lines. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ErrorColor() As System.Drawing.Color
[C#]
public System.Drawing.Color ErrorColor {get; set;}
[Managed C++]
public: __property uint get_ErrorColor();
public: __property void set_ErrorColor( uint );
[Unmanaged C++]
public: HRESULT get_ErrorColor(
    uint * pVal
);
public: HRESULT put_ErrorColor(
    uint ErrorColor
);
[Java]
public long getErrorColor();
public void setErrorColor(
    long
);
[Python - STK API ]
@property
def ErrorColor(self) -> agi.stk12.utilities.colors.Color:

@ErrorColor.setter
def ErrorColor(self, ErrorColor:agi.stk12.utilities.colors.Color) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.