Method CopyStyle
CopyStyle(DocumentId, ElementId, DocumentId)
Method to copy a style from a drafting document to another
Declaration
[OperationContract]
[AvailableSinceVersion(7, 20, 255, 0)]
ElementId CopyStyle(DocumentId inSourceDocumentId, ElementId inElementId, DocumentId inDestinationDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inSourceDocumentId | source document to copy from |
| ElementId | inElementId | style to copy |
| DocumentId | inDestinationDocumentId | destination document |
Returns
| Type | Description |
|---|---|
| ElementId |