AGI STK Objects 11Send 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 * pRetVal
);
public: HRESULT put_ConnectPointLineWidth(
   AgELineWidth NewConnectPointLineWidth
);
[Java]
public AgELineWidth getConnectPointLineWidth();public void setConnectPointLineWidth(
   AgELineWidth
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.