Method SetDepthCutting
SetDepthCutting(ElementId, SmartReal)
Set depth cutting.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 11, 300, 160)]
void SetDepthCutting(ElementId inTechnologyId, SmartReal inDepthCutting)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inTechnologyId | Identifier of the element to modify. |
| SmartReal | inDepthCutting | Depth cutting in SI units. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.