ParameterizedOnStatePoint Constructor (TimeBasedStateParameter, ReferenceFrame, 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 ParameterizedOnStatePoint(
	TimeBasedStateParameter parameter,
	ReferenceFrame referenceFrame,
	string elementIdentification
)
Public Sub New ( 
	parameter As TimeBasedStateParameter,
	referenceFrame As ReferenceFrame,
	elementIdentification As String
)
public:
ParameterizedOnStatePoint(
	TimeBasedStateParameter^ parameter, 
	ReferenceFrame^ referenceFrame, 
	String^ elementIdentification
)
new : 
        parameter : TimeBasedStateParameter * 
        referenceFrame : ReferenceFrame * 
        elementIdentification : string -> ParameterizedOnStatePointParameters
- parameter
 - Type: AGI.Foundation.GeometryTimeBasedStateParameter
The state parameter used to parameterize this point. - referenceFrame
 - Type: AGI.Foundation.GeometryReferenceFrame
The reference frame the elements in the parameterized state are represented in. - elementIdentification
 - Type: SystemString
            The identification of the element in the parameterized state that is the position of this point.
             
See Also