CADability dotNET
Replace the list of child objects without fireing a chang event. This is used by derived classes (e.g. Hatch or Dimension or user derived classes to recalculate their contents. The derived classes already have fired the change event.

Namespace: CADability.GeoObject
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
protected void ReplaceContent(
	GeoObjectList NewContent
)
Visual Basic
Protected Sub ReplaceContent ( _
	NewContent As GeoObjectList _
)
Visual C++
protected:
void ReplaceContent(
	GeoObjectList^ NewContent
)

Parameters

NewContent
Type: CADability.GeoObject..::..GeoObjectList
List of child objects to replace the existing list

See Also