AGI STK Graphics 11 Send comments on this topic.
FarPlaneColor Property (IAgStkGraphicsProjectedRasterOverlay)
See Also 





Description

Gets or sets the color of the Projection's far plane.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property uint^ get_FarPlaneColor();
public: __property void set_FarPlaneColor(
uint ^
);

[Unmanaged C++]
public: HRESULT get_FarPlaneColor(
uint ** ppRetVal
);
public: HRESULT put_FarPlaneColor(
uint * pNewFarPlaneColor
);

[Java]
public long getFarPlaneColor();public void setFarPlaneColor(
long
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1