Method GetOccurrencePublishing
GetOccurrencePublishing(ElementId, ElementId)
Gets the constituent of an occurrence corresponding to a specified publishing entity.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 0, 0)]
ElementId GetOccurrencePublishing(ElementId inOccurrenceId, ElementId inPublishingId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inOccurrenceId | Identifier of the part or assembly occurrence to analyze. |
| ElementId | inPublishingId | Identifier of the specified publishing entity in the occurrence definition document. |
Returns
| Type | Description |
|---|---|
| ElementId | Identifier of the corresponding constituent entity of the occurrence. |
Remarks
This method is available since v7.8.