AGI STK Objects 11 Send comments on this topic.
ConnectPointLineWidth Property (IAgVeVOBPlaneInstance)
See Also 





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 * pRetVal
);
public: HRESULT put_ConnectPointLineWidth(
AgELineWidth NewConnectPointLineWidth
);

[Java]
public AgELineWidth getConnectPointLineWidth();public void setConnectPointLineWidth(
AgELineWidth
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1