GeometryDynamicState.ContainsElement 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic virtual bool ContainsElement(
string elementIdentification
)
Public Overridable Function ContainsElement (
elementIdentification As String
) As Boolean
public:
virtual bool ContainsElement(
String^ elementIdentification
)
abstract ContainsElement :
elementIdentification : string -> bool
override ContainsElement :
elementIdentification : string -> bool
Parameters
- elementIdentification
- Type: System.String
The name of the element to check on.
Return Value
Type:
Booleantrue if the element is part of this definition; otherwise
false.
See Also