MultiSegmentGrid.IsValidSketchPlaneId
Method
Description:
Identifies whether provided element id corresponds to a SketchPlane that is valid for GridChain creation.
Identifies whether provided element id corresponds to a SketchPlane that is valid for GridChain creation.
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 |