MultiReferenceAnnotation.AreReferencesValidForLinearFixedDimension
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.
public static bool AreReferencesValidForLinearFixedDimension(
Document document,
ElementId ownerViewId,
MultiReferenceAnnotationOptions options
)
-
documentThe document for the multi-reference annotation.
-
ownerViewIdThe view in which the multi-reference annotation will appear.
-
optionsOptions containing the references which the dimension will witness.
Return Value
bool
True DimensionStyleType does not equal LinearFixed or
if an aligned multi-reference annotation can be created from the references.
-
A non-optional argument was NULL