Method SetProfilePublishingDefinition
SetProfilePublishingDefinition(ElementId, SmartProfile3D)
Sets the definition of a profile publishing entity.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 20, 400, 180)]
void SetProfilePublishingDefinition(ElementId inElementId, SmartProfile3D inDefinition)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the publishing entity to analyze. |
| SmartProfile3D | inDefinition | The definition to use. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.