AGI STK Objects 11Send 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
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.