[Table of Contents] [docx version]

Error! No text of specified style in document.

ST_AdjAngle (Adjustable Angle Methods)

This simple type is an adjustable angle, either an absolute angle or a reference to a geometry guide. The units for an adjustable angle are 60,000ths of a degree.

This simple type is defined as a union of the following types:

TheST_Angle simple type (§5.1.12.3).

TheST_GeomGuideName simple type (§5.1.12.26).

Referenced By

ahPolar@maxAng5.1.11.2); ahPolar@minAng5.1.11.2); arcTo@stAng5.1.11.4); arcTo@swAng5.1.11.4); cxn@ang5.1.11.9)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_AdjAngle">

   <union memberTypes="ST_Angle ST_GeomGuideName"/>

</simpleType>