Click or drag to resize

GeometryDynamicStateSetElementT Method

Adds or changes the geometry type stored in this dynamic state. If the T is not storable by this type then this method will throw.

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 void SetElement<T>(
	string elementIdentification,
	T geometry
)
where T : DefinitionalObject

Parameters

elementIdentification
Type: SystemString
The name of the element to add or change.
geometry
Type: T
The DefinitionalObject to store in this dynamic state.

Type Parameters

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