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