Method CreateRepresentation
CreateRepresentation(DocumentId)
Creates a representation entity in a specified document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 10, 300, 120)]
ElementId CreateRepresentation(DocumentId inDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to modify. |
Returns
| Type | Description |
|---|---|
| ElementId | Identifier of the created representation entity. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.10.300.120.