Method CheckShape
CheckShape(ElementId, out List<ElementItemId>)
Checks shape.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 20, 205, 0)]
void CheckShape(ElementId inElementId, out List<ElementItemId> outDefects)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Shape Entity to check |
| List<ElementItemId> | outDefects | list of found defects |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.20