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