Click or drag to resize

IDataLocationProvider Interface

Provides information about the location in a data source, eg position in a file, element in an xml document, or section in a network packet.

Namespace:  Demo3D.Common
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 14.0.0.10531
Syntax
C#
public interface IDataLocationProvider

The IDataLocationProvider type exposes the following members.

Methods
  NameDescription
Public methodGetDataLocation
Gets the current location in a data source.
Top
See Also