STK UtilSend comments on this topic.
PosType Property (IAgPosition)
See Also
Windows





Windows & Linux

Description

Gets the type of position currently being used.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property PosType() As AgEPositionType
[C#]
public AgEPositionType PosType {get;}
[Managed C++]
public: __property AgEPositionType get_PosType();
[Unmanaged C++]
public: HRESULT get_PosType(
    AgEPositionType * pType
);
[Java]
public AgEPositionType getPosType();
[Python - STK API ]
@property
def PosType(self) -> "AgEPositionType":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.