MultiReferenceAnnotation.AreReferencesValidForLinearFixedDimension
Method
Description:
If the DimensionStyleType is LinearFixed, validates that the references are valid for an aligned multi-reference annotation.
If the DimensionStyleType is LinearFixed, validates that the references are valid for an aligned multi-reference annotation.
Syntax
public static bool AreReferencesValidForLinearFixedDimension(
Document document,
ElementId ownerViewId,
MultiReferenceAnnotationOptions options
)
Parameters
Parameter | Type | Description |
---|---|---|
document | Document | The document for the multi-reference annotation. |
ownerViewId | ElementId | The view in which the multi-reference annotation will appear. |
options | MultiReferenceAnnotationOptions | Options containing the references which the dimension will witness. |
Return Value
Type | Description |
---|---|
Boolean | True DimensionStyleType does not equal LinearFixed or if an aligned multi-reference annotation can be created from the references. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |