Method GetParameters
GetParameters(ElementId)
Gets the parameters of the given machine tool.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 0, 0)]
List<ParameterId> GetParameters(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the machine to analyze. |
Returns
| Type | Description |
|---|---|
| List<ParameterId> | Machine parameters found. |