Click or drag to resize

GeometryDynamicStateContainsElement Method

Checks to see if the specified element is contained in this definition.

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 bool ContainsElement(
	string elementIdentification
)

Parameters

elementIdentification
Type: SystemString
The name of the element to check on.

Return Value

Type: Boolean
if the element is part of this definition; otherwise .
See Also