Method SetWireDiameter
SetWireDiameter(DocumentId, SmartReal)
Set wire diameter.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 11, 300, 160)]
void SetWireDiameter(DocumentId inDocumentId, SmartReal inDiameter)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to modify. |
| SmartReal | inDiameter | Wire diameter in SI units. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.