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