STK ObjectsSend comments on this topic.
ConnectPointLineWidth Property (IAgVeVOBPlaneInstance)
See Also
Windows





Windows & Linux

Description

The width of the lines connecting the additional points.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ConnectPointLineWidth() As AgELineWidth
[C#]
public AgELineWidth ConnectPointLineWidth {get; set;}
[Managed C++]
public: __property AgELineWidth get_ConnectPointLineWidth();
public: __property void set_ConnectPointLineWidth( AgELineWidth );
[Unmanaged C++]
public: HRESULT get_ConnectPointLineWidth(
    AgELineWidth * pVal
);
public: HRESULT put_ConnectPointLineWidth(
    AgELineWidth LineWidth
);
[Java]
public AgELineWidth getConnectPointLineWidth();
public void setConnectPointLineWidth(
    AgELineWidth
);
[Python - STK API ]
@property
def ConnectPointLineWidth(self) -> "AgELineWidth":

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.