Method GetParameterType
GetParameterType(ElementId)
Gets the type of a parameter entity.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
ParameterType GetParameterType(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the element to analyze. |
Returns
| Type | Description |
|---|---|
| ParameterType | Type of the parameter, or None if the element is not a parameter entity. |
Remarks
This method is available since v7.6.