Click or drag to resize

GeometryDynamicState.GetElement<T> Method

Gets the DefinitionalObject (Point, Scalar...) of the elementIdentification stored in this GeometryDynamicState.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public virtual T GetElement<T>(
	string elementIdentification
)
where T : DefinitionalObject

Parameters

elementIdentification
Type: System.String
The name of the element to get.

Type Parameters

T
The type of the DefinitionalObject (Point, Scalar).

Return Value

Type: T
The DefinitionalObject of the elementIdentification.
See Also