MultiReferenceAnnotation.Is3DViewValidForDimension
Description:
If the DimensionStyle is LinearFixed, it cannot be created in a 3D View. If the DimensionStyle is Linear, it cannot be created in a 3D View if the view direction is perpendicular to the current work plane normal.
If the DimensionStyle is LinearFixed, it cannot be created in a 3D View. If the DimensionStyle is Linear, it cannot be created in a 3D View if the view direction is perpendicular to the current work plane normal.
public static bool Is3DViewValidForDimension(
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 if the view is suitable for placing the MultiReferenceAnnotation.
False otherwise.
-
A non-optional argument was NULL