AGI STK Objects 11 Send comments on this topic.
SpaceProjection Property (IAgSnVO)
See Also 





Description

Space projection, the length of the sensor's projection when it is not intersecting the Earth. In this case, the distance is computed so that the projection of the outermost point on the contour along the boresight is equal to the specified distance. Uses Distance Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_SpaceProjection();
public: __property void set_SpaceProjection(
double
);

[Unmanaged C++]
public: HRESULT get_SpaceProjection(
double * pRetVal
);
public: HRESULT put_SpaceProjection(
double NewSpaceProjection
);

[Java]
public double getSpaceProjection();public void setSpaceProjection(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1