AGI STK Objects 11 Send 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 * pRetVal
);

[Java]
public AgEGeometricElemType getTypeID();

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface