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