STK ObjectsSend comments on this topic.
LocationType Property (IAgSensor)
See Also
Windows





Windows & Linux

Description

The location type being used by the sensor.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.