AGI STK Objects 11 Send comments on this topic.
PointColor Property (IAgVeVOBPlanePointCollection)
See Also 





Description

Whether to display the first point in the same color as the other points.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property uint^ get_PointColor();
public: __property void set_PointColor(
uint ^
);

[Unmanaged C++]
public: HRESULT get_PointColor(
uint ** ppRetVal
);
public: HRESULT put_PointColor(
uint * pNewPointColor
);

[Java]
public long getPointColor();public void setPointColor(
long
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1