AGI STK Graphics 11 Send comments on this topic.
NearPlane Property (IAgStkGraphicsProjection)
See Also 





Description

Gets or sets the near plane associated with the Projection.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_NearPlane();
public: __property void set_NearPlane(
double
);

[Unmanaged C++]
public: HRESULT get_NearPlane(
double * pRetVal
);
public: HRESULT put_NearPlane(
double NewNearPlane
);

[Java]
public double getNearPlane();public void setNearPlane(
double
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1