MultiReferenceAnnotationOptions.IsAllowedDimensionStyleType
Method
Description:
Only Linear and LinearFixed dimension style types are allowed for new MultiReferenceAnnotations.
Only Linear and LinearFixed dimension style types are allowed for new MultiReferenceAnnotations.
Parameters
| Parameter | Type | Description |
|---|---|---|
| dimensionStyleType | DimensionStyleType | The dimension style type to test. |
Return Value
| Type | Description |
|---|---|
| Boolean | True if the type is allowed. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |