StructureExtensionsGetControlActionInfo Method
Get control action info for the specified id. It will return null if
controlActionId is not valid.
Namespace: DHI.Mike1D.StructureModuleAssembly: DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 24.0.0.0 (11.1.1.1111)
public static ActionControlInfo GetControlActionInfo(
this IControllable structure,
string controlActionId
)
- structure IControllable
[Missing <param name="structure"/> documentation for "M:DHI.Mike1D.StructureModule.StructureExtensions.GetControlActionInfo(DHI.Mike1D.Generic.IControllable,System.String)"]
- controlActionId String
[Missing <param name="controlActionId"/> documentation for "M:DHI.Mike1D.StructureModule.StructureExtensions.GetControlActionInfo(DHI.Mike1D.Generic.IControllable,System.String)"]
ActionControlInfo[Missing <returns> documentation for "M:DHI.Mike1D.StructureModule.StructureExtensions.GetControlActionInfo(DHI.Mike1D.Generic.IControllable,System.String)"]
In Visual Basic and C#, you can call this method as an instance method on any object of type
IControllable. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).