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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.