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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1