AGI STK Objects 11 Send comments on this topic.
DetectorPitch Property (IAgSensor)
See Also 





Description

Detector pitch used in defining senor resolution. Uses SmallDistanceUnit Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_DetectorPitch();
public: __property void set_DetectorPitch(
double
);

[Unmanaged C++]
public: HRESULT get_DetectorPitch(
double * pRetVal
);
public: HRESULT put_DetectorPitch(
double NewDetectorPitch
);

[Java]
public double getDetectorPitch();public void setDetectorPitch(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1