2027 Method
Changes 0
M

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.
public bool IsCurveValidInView(
	DatumExtentType extentMode,
	View view,
	Curve curve
)
Return Value Boolean True if it is valid, false otherwise.