HL3.ParameterProperty Andreas Beham Creates a parameter property https://dev.heuristiclab.com/trac/hl/core/wiki/DevelopersCodeSnippets Expansion hl3ParameterProperty
ParamType Type of the parameter (Value, Lookup, ValueLookup, ScopeTreeLookup, ...) Lookup ParamName Name of the parameter Name ParamDataType IntValue ParamVisibility public, private or protected public $ParamName$Parameter { get { return (I$ParamType$Parameter<$ParamDataType$>)Parameters["$ParamName$"]; } }]]>