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





Description

Returns the distance that the Camera's Position should be from the ReferencePoint in order to ensure that a sphere with a 1 meter radius centered at the ReferencePoint fits entirely in the view frustum.

Property type

Read-only property

Syntax

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

[C#]
public double DistancePerRadius {get;}

[Managed C++]
public: __property double get_DistancePerRadius();

[Unmanaged C++]
public: HRESULT get_DistancePerRadius(
double * pRetVal
);

[Java]
public double getDistancePerRadius();

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1