STK ObjectsSend comments on this topic.
TypeID Property (IAgVORefCrdn)
See Also
Windows





Windows & Linux

Description

Type of component (vector, axes, angle, plane, point). A member of the AgEGeometricElemType enumeration.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.