MultiReferenceAnnotation.AreReferencesValidForLinearDimension
Description:
If the DimensionStyleType is Linear, validates that the references are valid for an aligned multi-reference annotation.
If the DimensionStyleType is Linear, validates that the references are valid for an aligned multi-reference annotation.
public static bool AreReferencesValidForLinearDimension(
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 Linear or
if an aligned multi-reference annotation can be created from the references.
-
A non-optional argument was null