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






Windows & Linux

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
MemberValueDescription
eSnComplexConic0Complex conic: defined by specified inner and outer half angles and minimum and maximum clock angles.
eSnCustom1Custom: import a custom sensor pattern file.
eSnHalfPower2Half power: models a parabolic antenna.
eSnRectangular3Rectangular: specify vertical and horizontal half-angles that will be used to model the field of view of an instrument.
eSnSAR4SAR: 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.
eSnSimpleConic5Simple conic: defined by a specified cone angle.
eSnEOIR6EOIR: defined by Band Properties.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.