Method SetSubstitutionRules
SetSubstitutionRules(ElementId, ElementId)
Sets current substitution rules to use with the the inclusion operation
Declaration
[OperationContract]
[AvailableSinceVersion(7, 19, 0, 0)]
void SetSubstitutionRules(ElementId inOperationId, ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inOperationId | Identifier of the operation holding substitutions. |
| ElementId | inElementId | Identifier of the substitution rules to use. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.19.