Removes the first occurrence of a specific Annotation from the collection.
[Visual Basic]
Public Sub Remove( _
ByVal value As Annotation _
)
[C#]
public void Remove(
Annotation value
);
AnnotationsCollection Class | AnnotationsCollection Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.