Gets the DBF database row associated with this Shape.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
C# Copy Code |
---|
public Row DatabaseRow { get; set; } |
Visual Basic Copy Code |
---|
Public Property DatabaseRow As Row |
A Row instance.
This property is set if the loadDatabase argument of the LoadFromFile method is set to true.