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