DatumPlane.IsCurveValidInView
Description:
Checks if the curve is valid to be as the extents for the datum plane in a view. The curve must be bound and coincident with the original one of the datum plane.
Checks if the curve is valid to be as the extents for the datum plane in a view. The curve must be bound and coincident with the original one of the datum plane.
public bool IsCurveValidInView(
DatumExtentType extentMode,
View view,
Curve curve
)
-
extentModeThe extent type.
-
viewThe view.
-
curveThe curve.
-
A non-optional argument was null
-
A value passed for an enumeration argument is not a member of that enumeration