System.Object
Eplan.EplApi.ApplicationFramework.ActionParameterProperties
System.Object
Eplan.EplApi.ApplicationFramework.ActionParameterProperties
ActionManager actionManager = new ActionManager(); EplApi.ApplicationFramework.Action foundAction = actionManager.FindAction("ActionExample"); ArrayList listOfParameterProperties = foundAction.ActionProperties.GetParameterProperties(); if (listOfParameterProperties.Count > 0) { foreach (ActionParameterProperties parameterProperty in listOfParameterProperties) { string strParamName = parameterProperty.Name; Debug.WriteLine(strParamName); } }
| Name | Description | |
|---|---|---|
![]() | ActionParameterProperties Constructor | Overloaded. |
| Name | Description | |
|---|---|---|
![]() | Dispose | Destructor for deterministic finalization of ActionParameterProperties object. |
![]() | GetAfActionParameter | For internal use only. |
![]() | Set | Description text of a parameter. Sets name and description text of a parameter. |