STK ObjectsSend comments on this topic.
SpaceProjection Property (IAgSnVO)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_SpaceProjection(
    double pVal
);
[Java]
public double getSpaceProjection();
public void setSpaceProjection(
    double
);
[Python - STK API ]
@property
def SpaceProjection(self) -> float:

@SpaceProjection.setter
def SpaceProjection(self, pVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.