STK ObjectsSend 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 LineWidth
);
[Java]
public AgELineWidth getErrorLineWidth();
public void setErrorLineWidth(
    AgELineWidth
);
[Python - STK API ]
@property
def ErrorLineWidth(self) -> "AgELineWidth":

@ErrorLineWidth.setter
def ErrorLineWidth(self, LineWidth:"AgELineWidth") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.