Method CreateSmartFrame
CreateSmartFrame(DocumentId, SmartFrame3D)
Creates a frame entity with a provided smart frame in a document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 15, 400, 120)]
ElementId CreateSmartFrame(DocumentId inDocumentId, SmartFrame3D inProvidedSmartFrame)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to modify. |
| SmartFrame3D | inProvidedSmartFrame | The provided smart frame. |
Returns
| Type | Description |
|---|---|
| ElementId | Identifier of the created frame entity. |
Remarks
This method allows to create a frame entity associated to an operation.
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.15.400.120.