GeometryDynamicState.RemoveItem Method |
Removes the specified item from 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 RemoveItem(
string elementIdentification
)
Public Overridable Function RemoveItem (
elementIdentification As String
) As Boolean
public:
virtual bool RemoveItem(
String^ elementIdentification
)
abstract RemoveItem :
elementIdentification : string -> bool
override RemoveItem :
elementIdentification : string -> bool
Parameters
- elementIdentification
- Type: System.String
The name of the element to remove.
Return Value
Type:
Booleantrue if the item was removed successfully; otherwise
false.
See Also