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





Description

IAgSnPtTargeted Interface for targeted sensors.

Object Model






Public Properties

Public Property AccessTimes Get the access periods between the sensor and its target(s).
Public Property Advanced Get advanced targeting properties used for access computations
Public Property AvailableTargets Get the collection of objects available as targets for the sensor.
Public Property Boresight The targeted sensor's boresight type, a member of the AgESnPtTrgtBsightType enumeration.
Public Property BoresightData Get orientation data for the selected boresight type.
Public Property EnableAccessTimes Opt whether to use periods of access between the sensor and its target(s) as target times.
Public Property SaveTargetAccess Whether to Save Target Access
Public Property ScheduleTimes Get the user-scheduled target times.
Public Property Targets Get the collection of objects assigned as targets for the sensor.

Example

Define targeted sensor pointing
[C#] Copy Code
IAgSnPtTargeted targetedSensor = sensor.CommonTasks.SetPointingTargetedTracking( 
    AgETrackModeType.eTrackModeTransmit, AgEBoresightType.eBoresightLevel, "*/AreaTarget/AreaTarget1"); 
 

Define targeted sensor pointing
[Visual Basic .NET] Copy Code
Dim targetedSensor As IAgSnPtTargeted = sensor.CommonTasks.SetPointingTargetedTracking(AgETrackModeType.eTrackModeTransmit, AgEBoresightType.eBoresightLevel, "*/AreaTarget/AreaTarget1")

CoClasses that Implement IAgSnPtTargeted

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1