STK AgGraphicsPluginSend comments on this topic.
NearPlane Property (IAgStkGraphicsPluginProjectionStreamContext)
See Also
Windows





Windows & Linux

Description

Gets the near plane distance.

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 NearPlane
);
[Java]
public double getNearPlane();
public void setNearPlane(
    double
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.