ParameterizedOnStateScalar Constructor (TimeBasedStateParameter, String) | 
 
            Initializes a new instance.
            
 
    Namespace: 
   AGI.Foundation.Geometry
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ParameterizedOnStateScalar(
	TimeBasedStateParameter parameter,
	string elementIdentification
)
Public Sub New ( 
	parameter As TimeBasedStateParameter,
	elementIdentification As String
)
public:
ParameterizedOnStateScalar(
	TimeBasedStateParameter^ parameter, 
	String^ elementIdentification
)
new : 
        parameter : TimeBasedStateParameter * 
        elementIdentification : string -> ParameterizedOnStateScalarParameters
- parameter
 - Type: AGI.Foundation.GeometryTimeBasedStateParameter
The state parameter used to parameterize this scalar. - elementIdentification
 - Type: SystemString
            The identification of the element in the parameterized state that contains this scalar.
             
See Also