RVTDocs.com

MultiSegmentGrid.IsValidSketchPlaneId

Method
Description:
Identifies whether provided element id corresponds to a SketchPlane that is valid for GridChain creation.
Syntax
public static bool IsValidSketchPlaneId(
	Document document,
	ElementId elemId
)
Parameters
Parameter Type Description
document Document The document.
elemId ElementId Element id.
Return Value
Type Description
Boolean True if elemId is the element id of a horizontal SketchPlane.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null