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





Description

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

Public Properties

Public Property AngularResolution Angular separation between points in a pattern
Public Property ConeAngle Simple 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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1