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





Description

The color of the lines connecting the additional points.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ConnectPointsColor() As System.Drawing.Color

[C#]
public System.Drawing.Color ConnectPointsColor {get; set;}

[Managed C++]
public: __property uint^ get_ConnectPointsColor();
public: __property void set_ConnectPointsColor(
uint ^
);

[Unmanaged C++]
public: HRESULT get_ConnectPointsColor(
uint ** ppRetVal
);
public: HRESULT put_ConnectPointsColor(
uint * pNewConnectPointsColor
);

[Java]
public long getConnectPointsColor();public void setConnectPointsColor(
long
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1