Wrapper class used to expose annotations in the Document Explorer. This class also supplies undo/redo capability for adding/removing annotations.

Namespace: Ico.Gwx
Assembly: Gwx3DControl (in Gwx3DControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public class GwxAnnotationsContainer : GwxElement, 
	IGwxDependencyObjectContainer
Visual Basic
Public Class GwxAnnotationsContainer _
	Inherits GwxElement _
	Implements IGwxDependencyObjectContainer
JScript
public class GwxAnnotationsContainer extends GwxElement implements IGwxDependencyObjectContainer

Inheritance Hierarchy

System..::..Object
  FilteredCustomTypeDescriptorBase
    Ico.Gwx..::..GwxDependencyObject
      Ico.Gwx..::..GwxElement
        Ico.Gwx..::..GwxAnnotationsContainer

See Also