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 SensorPath
);
|
| [Java] |
|---|
public String getSensor();
public void setSensor(
String
);
|
| [Python - STK API] |
|---|
@property
def Sensor(self) -> str:
@Sensor.setter
def Sensor(self, SensorPath:str) -> None:
|
See Also