AGI STK Objects 11 Send comments on this topic.
ErrorColor Property (IAgVeVOLineOfBearing)
See Also 





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 ** ppRetVal
);
public: HRESULT put_ErrorColor(
uint * pNewErrorColor
);

[Java]
public long getErrorColor();public void setErrorColor(
long
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1