AGI STK Objects 11 Send comments on this topic.
IAgSnSimpleConicPattern Interface
Windows






Windows & Linux

Description

IAgSnSimpleConicPattern Interface for a sensor pattern defined by a simple cone angle.

Public Properties

Public Property AngularResolutionAngular separation between points in a pattern
Public Property ConeAngleSimple cone angle defining the sensor pattern. Uses Angle Dimension.

Example

Define a simple conic sensor
[C#]Copy Code
IAgSnSimpleConicPattern patternData = sensor.CommonTasks.SetPatternSimpleConic(40.00.1); 
 

Define a simple conic sensor
[Visual Basic .NET]Copy Code
Dim patternData As IAgSnSimpleConicPattern = sensor.CommonTasks.SetPatternSimpleConic(40, 0.1)

CoClasses that Implement IAgSnSimpleConicPattern

© 2018 Analytical Graphics, Inc. All Rights Reserved.