Method Publish3DProfile
Publish3DProfile(DocumentId, string, SmartProfile3D)
Creates a 3d profile publishing entity in a document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 20, 400, 180)]
ElementId Publish3DProfile(DocumentId inDocumentId, string inDescription, SmartProfile3D inDefinition)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to modify. |
| string | inDescription | Publishing description. |
| SmartProfile3D | inDefinition | Publishing definition. |
Returns
| Type | Description |
|---|---|
| ElementId | Identifier of the created publishing entity. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.20.100.100.