Method GetNodeProperties
GetNodeProperties(ElementId, out List<PropertyDefinition>, out List<Property>)
Gets the properties attached to a specified assembly node entity.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 12, 0, 0)]
void GetNodeProperties(ElementId inNodeId, out List<PropertyDefinition> outDefinitions, out List<Property> outProperties)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inNodeId | Identifier of the assembly node entity (assembly or part occurrence, local part, ...) to analyze. |
| List<PropertyDefinition> | outDefinitions | Definitions of the properties attached to the specified node, or empty if none. |
| List<Property> | outProperties | Properties attached to the specified node, or empty if none. |
Remarks
This method is available since v7.12.