StructureRemove(IEnumerableInt32, IEnumerableInt32) Method

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public CollectionModificationStatus Remove(
	IEnumerable<int> zoneIds,
	IEnumerable<int> jointIds
)

Parameters

zoneIds  IEnumerableInt32
 
jointIds  IEnumerableInt32
 

Return Value

CollectionModificationStatus

See Also