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





Description

IAgSnCustomPattern Interface for custom sensor patterns.

Public Properties

Public Property AngularResolution Angular separation between points in a pattern
Public Property Filename Path and file name of the custom sensor pattern file.
Public Property UseNativeResolution Controls pattern subsampling

Example

Define a custom sensor
[C#] Copy Code
// Set pattern type to Custom 
IAgSnCustomPattern customPattern = sensor.CommonTasks.SetPatternCustom(sensorPatternPath); 
customPattern.AngularResolution = 6.0
customPattern.UseNativeResolution = false
 

Define a custom sensor
[Visual Basic .NET] Copy Code
' Set pattern type to Custom
Dim customPattern As IAgSnCustomPattern = sensor.CommonTasks.SetPatternCustom(sensorPatternPath)
customPattern.AngularResolution = 6
customPattern.UseNativeResolution = False

CoClasses that Implement IAgSnCustomPattern

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1