dotnetCHARTING Send comments on this topic.
AttributeNames Property
See Also 
dotnetCHARTING.Mapping Namespace > MapLayer Class : AttributeNames Property



Gets a string array of attribute names associated with the loaded shape file.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property AttributeNames As String()
Visual Basic (Usage)Copy Code
Dim instance As MapLayer
Dim value() As String
 
value = instance.AttributeNames
C# 
public string[] AttributeNames {get;}
C++/CLI 
public:
property array<String^> AttributeNames {
   array<String^> get();
}

Remarks

When ImportData() is used, the newly added columns will be in this array.

See Also