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 * pVal
);
public: HRESULT put_ErrorLineWidth(
    AgELineWidth AgELineWidth
);
[Java]
public AgELineWidth getErrorLineWidth();
public void setErrorLineWidth(
    AgELineWidth
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.