GH_Chunk.ChunkKeyedCollection.Remove Method (ID)

GH_ChunkChunkKeyedCollectionRemove Method (ID)

Namespace:  GH_IO.Serialization
Assembly:  GH_IO (in GH_IO.dll)
Syntax
public bool Remove(
	ID id
)
Public Function Remove ( 
	id As ID
) As Boolean

Parameters

id
Type: GH_IO.SerializationID

Return Value

Type: Boolean
See Also