PositionalRepresentation.IsPatternAngleOffsetOverridden Method
Parent Object: PositionalRepresentationDescription
Method that returns whether the angle offset of the input circular pattern is overridden for the positional representation and returns the offset value.
Syntax
PositionalRepresentation.IsPatternAngleOffsetOverridden( Pattern As CircularOccurrencePattern, AngleOffset As String ) As BooleanParameters
Name | Type | Description |
Pattern | CircularOccurrencePattern | Input CircularOccurrencePattern object that specifies the pattern to be queried for the override. |
AngleOffset | String | Output String that returns the angle offset (whether it is overridden or not). |