Method CreateSimplifiedRepresentation
CreateSimplifiedRepresentation(DocumentId)
Creates the simplified representation entity in a specified document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 7, 201, 100)]
ElementId CreateSimplifiedRepresentation(DocumentId inDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to modify. |
Returns
| Type | Description |
|---|---|
| ElementId | Identifier of the created simplified representation entity. |
Remarks
If the document already has a simplified representation, its identifier is returned and no new representation is created.
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.7.201.100.