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