RVTDocs.com

PartMakerMethodToDivideVolumes.IsValidSketchPlane

Method
Description:
Identifies if provided sketch plane is valid.
Syntax
public static bool IsValidSketchPlane(
	Document document,
	ElementId sketchPlaneId
)
Parameters
Parameter Type Description
document Document The document.
sketchPlaneId ElementId SketchPlane ids to be tested for validity for PartMaker.
Return Value
Type Description
Boolean True if SketchPlane valid, false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null