Click or drag to resize

BaseEventPosition Property

Gets the Position Information (if any).

Namespace:  VDS.RDF.Parsing.Events
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public PositionInfo Position { get; }

Property Value

Type: PositionInfo

Implements

IEventPosition
Remarks
Availability of Position Information depends on the how the source document was parsed.
See Also