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





Description

The specified color of the first point, if different from the others.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property uint^ get_FirstPointColor();
public: __property void set_FirstPointColor(
uint ^
);

[Unmanaged C++]
public: HRESULT get_FirstPointColor(
uint ** ppRetVal
);
public: HRESULT put_FirstPointColor(
uint * pNewFirstPointColor
);

[Java]
public long getFirstPointColor();public void setFirstPointColor(
long
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1