AGI STK Objects 11 Send comments on this topic.
Sensor Property (IAgMtoAnalysisFieldOfView)
See Also 





Description

The assigned sensor object.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Sensor() As String

[C#]
public string Sensor {get; set;}

[Managed C++]
public: __property String __gc ^ get_Sensor();
public: __property void set_Sensor(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_Sensor(
BSTR * pRetVal
);
public: HRESULT put_Sensor(
BSTR NewSensor
);

[Java]
public String getSensor();public void setSensor(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1