Overload | Description |
---|---|
Load(String,AnnContainer,Int32) | Loads the annotation objects from a disk file. |
Load(Stream,AnnContainer,Int32) | Loads the annotation objects from a stream. |
For an example, refer to AnnCodecs.
This method will not remove any existing objects in the container,
so if you are re-using an existing collection to load the annotation objects into,
make sure to call RasterCollection<AnnObject>.Clear on the collection before you call this method.
For more information, refer to Annotation Files.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family