Method StartModification
StartModification(ElementId)
Starts performing modifications on a sketch.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 7, 201, 80)]
void StartModification(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the sketch entity to modify. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.7.201.80.