Method SetShapePublishingDefinition
SetShapePublishingDefinition(ElementId, SmartShape)
Sets the definition of a shape publishing entity.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 302, 80)]
void SetShapePublishingDefinition(ElementId inElementId, SmartShape inDefinition)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the publishing entity to modify. |
| SmartShape | inDefinition | Publishing new definition. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.8.302.80.