Method SetEnding
SetEnding(ElementId, SmartText)
Set program ending.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 11, 300, 180)]
void SetEnding(ElementId inProgramId, SmartText inEnding)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inProgramId | Identifier of the NC program to modify. |
| SmartText | inEnding | Program ending. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.