The location type being used by the sensor.
Read-only property
[Visual Basic .NET] |
---|
Public Property LocationType() As AgESnLocation |
[C#] |
---|
public AgESnLocation LocationType {get;} |
[Managed C++] |
---|
public: __property AgESnLocation get_LocationType(); |
[Unmanaged C++] |
---|
public: HRESULT get_LocationType( AgESnLocation * pVal ); |
[Java] |
---|
public AgESnLocation getLocationType(); |
[Python - STK API ] |
---|
@property def LocationType(self) -> "AgESnLocation": |