Click or drag to resize

GeometryDynamicStateGetElementT 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: 24.1.418.0 (24.1.418.0)
Syntax
public virtual T GetElement<T>(
	string elementIdentification
)
where T : DefinitionalObject

Parameters

elementIdentification
Type: SystemString
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