<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@maxAng>5.1.11.2); <ahPolar@minAng>5.1.11.2); <arcTo@stAng>5.1.11.4); <arcTo@swAng>5.1.11.4); <cxn@ang>5.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>