STK Graphics PrimitivesSend 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 * pRetVal
);
public: HRESULT put_FarPlaneColor(
    uint FarPlaneColor
);
[Java]
public long getFarPlaneColor();
public void setFarPlaneColor(
    long
);
[Python - STK API ]
@property
def FarPlaneColor(self) -> agi.stk12.utilities.colors.Color:

@FarPlaneColor.setter
def FarPlaneColor(self, FarPlaneColor:agi.stk12.utilities.colors.Color) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.