AGI STK Objects 11 Send comments on this topic.
SetPatternType Method (IAgSensor)
See Also 
PatternType





Description

Sets the pattern type.

Syntax

[Visual Basic .NET]
Public Sub SetPatternType( _
   ByVal PatternType As AgESnPattern _
) 

[C#]
public void SetPatternType(
AgESnPattern PatternType
);

[Managed C++]
public: void SetPatternType(
AgESnPattern PatternType
);

[Java]
public  setPatternType(
AgESnPattern PatternType
);

[Unmanaged C++]
public: HRESULT SetPatternType(
AgESnPattern PatternType
);

Parameters

PatternType
Member Value Description
eSnComplexConic 0 Complex conic: defined by specified inner and outer half angles and minimum and maximum clock angles.
eSnCustom 1 Custom: import a custom sensor pattern file.
eSnHalfPower 2 Half power: models a parabolic antenna.
eSnRectangular 3 Rectangular: specify vertical and horizontal half-angles that will be used to model the field of view of an instrument.
eSnSAR 4 SAR: synthesizes the aperture of a larger antenna than is actually present, using SAR pattern definitions designed to model the field of regard of a SAR sensor onto the surface of the earth.
eSnSimpleConic 5 Simple conic: defined by a specified cone angle.
eSnEOIR 6 EOIR: defined by Band Properties.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1