Method SetPointPublishingDefinitionList
SetPointPublishingDefinitionList(ElementId, List<SmartPoint3D>)
Sets the definition of a point publishing list entity.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 16, 400, 0)]
void SetPointPublishingDefinitionList(ElementId inElementId, List<SmartPoint3D> inDefinitions)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the publishing list entity to modify. |
| List<SmartPoint3D> | inDefinitions | Publishing new definitions. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.16.400.