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





Windows & Linux

Description

The sensor's pointing type. A member of the AgESnPointing enumeration.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property PointingType() As AgESnPointing
[C#]
public AgESnPointing PointingType {get;}
[Managed C++]
public: __property AgESnPointing get_PointingType();
[Unmanaged C++]
public: HRESULT get_PointingType(
    AgESnPointing * pVal
);
[Java]
public AgESnPointing getPointingType();
[Python - STK API ]
@property
def PointingType(self) -> "AgESnPointing":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.