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