ParameterizedOnStateVector Constructor (TimeBasedStateParameter, Axes, String) |
Initializes a new instance.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ParameterizedOnStateVector(
TimeBasedStateParameter parameter,
Axes definedInAxes,
string elementIdentification
)
Public Sub New (
parameter As TimeBasedStateParameter,
definedInAxes As Axes,
elementIdentification As String
)
public:
ParameterizedOnStateVector(
TimeBasedStateParameter^ parameter,
Axes^ definedInAxes,
String^ elementIdentification
)
new :
parameter : TimeBasedStateParameter *
definedInAxes : Axes *
elementIdentification : string -> ParameterizedOnStateVector
Parameters
- parameter
- Type: AGI.Foundation.GeometryTimeBasedStateParameter
The state parameter used to parameterize this vector. - definedInAxes
- Type: AGI.Foundation.GeometryAxes
The axes this vector is described in. - elementIdentification
- Type: SystemString
The identification of the element in the parameterized state that is the value of this vector.
See Also