Gets / Sets the name of the Field in the DBF file that will be used when labeling shapes
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Property FieldName As String Get Set |
C# |
---|
public string FieldName { get; set; } |
Visual C++ |
---|
public: property String^ FieldName { String^ get (); void set (String^ value); } |
JavaScript |
---|
function get_fieldName(); function set_fieldName(value); |