AGI STK Graphics 11 Send comments on this topic.
FarPlane Property (IAgStkGraphicsCamera)
See Also 





Description

Gets or sets the distance in meters from the camera to the far plane.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FarPlane() As Double

[C#]
public double FarPlane {get; set;}

[Managed C++]
public: __property double get_FarPlane();
public: __property void set_FarPlane(
double
);

[Unmanaged C++]
public: HRESULT get_FarPlane(
double * pRetVal
);
public: HRESULT put_FarPlane(
double NewFarPlane
);

[Java]
public double getFarPlane();public void setFarPlane(
double
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1