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





Description

IAgSnPtExternal Interface for antennas oriented with a custom pointing file.

Public Properties

Public Property Filename Path and file name of the sensor pointing (*.sp) file.

Example

Define external sensor pointing
[C#] Copy Code
// Sensor pointing data files traditionally have .sp extensions 
sensor.SetPointingExternalFile(externalSensorPointingPath); 
 
IAgSnPtExternal external = sensor.Pointing as IAgSnPtExternal; 
 

Define external sensor pointing
[Visual Basic .NET] Copy Code
' Sensor pointing data files traditionally have .sp extensions
sensor.SetPointingExternalFile(externalSensorPointingPath)

Dim external As IAgSnPtExternal = TryCast(sensor.Pointing, IAgSnPtExternal)

CoClasses that Implement IAgSnPtExternal

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1