CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Removes an array of GeoObjects from this model. Objects that dont belong to the model will be ignored.
Namespace: CADabilityAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
C# |
---|
public void Remove( IGeoObject[] ToRemove ) |
Visual Basic |
---|
Public Sub Remove ( _ ToRemove As IGeoObject() _ ) |
Visual C++ |
---|
public: void Remove( array<IGeoObject^>^ ToRemove ) |
Parameters
- ToRemove
- Type: array<CADability.GeoObject..::..IGeoObject>[]()[][]
Array of geoObjects to remove