Represents a list of AnnotationCanvas

Namespace: Ico.Windows.Media.Media3D
Assembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public class AnnotationList : List<AnnotationCanvas>
Visual Basic
Public Class AnnotationList _
	Inherits List(Of AnnotationCanvas)
JScript
public class AnnotationList extends List<AnnotationCanvas>

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..List<(Of <(<'AnnotationCanvas>)>)>
    Ico.Windows.Media.Media3D..::..AnnotationList

See Also