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

© 2018 Analytical Graphics, Inc. All Rights Reserved.