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





Description

Gets or sets the distance the camera position is from the reference point.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_Distance();
public: __property void set_Distance(
double
);

[Unmanaged C++]
public: HRESULT get_Distance(
double * pRetVal
);
public: HRESULT put_Distance(
double NewDistance
);

[Java]
public double getDistance();public void setDistance(
double
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1