Method GetParameters
GetParameters(ElementExId)
Gets the parameters of the given operation.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 0, 0)]
List<ParameterId> GetParameters(ElementExId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementExId | inElementId | Identifier of the Cam operation to analyze. |
Returns
| Type | Description |
|---|---|
| List<ParameterId> | Operation parameters found. |
Remarks
Parameters come from all the operations inside the main one. A new category is automatically added to specify from which kind of operation is extracted the parameter... The categories are "NCOperation", "SetupOperation", "WeakTuningOperation", "StrongTuningOperation"