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






Windows & Linux

Description

The line width of the bearing error lines.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ErrorLineWidth() As AgELineWidth

[C#]
public AgELineWidth ErrorLineWidth {get; set;}

[Managed C++]
public: __property AgELineWidth get_ErrorLineWidth();
public: __property void set_ErrorLineWidth(
AgELineWidth
);

[Unmanaged C++]
public: HRESULT get_ErrorLineWidth(
AgELineWidth * pRetVal
);
public: HRESULT put_ErrorLineWidth(
AgELineWidth NewErrorLineWidth
);

[Java]
public AgELineWidth getErrorLineWidth();public void setErrorLineWidth(
AgELineWidth
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface