IFeatureAttribute80
This interface gives access to a specific attribute of a feature, enabling you to get or set its value.
|
Properties |
|
|
Gets the attribute’s name. |
|
|
Gets and sets the attribute value. |
Name
Gets the attribute’s name as displayed in the layer’s property sheet or the Attribute Table.
JavaScript |
|
Name |
C# |
|
string Name { get; } |
C++ |
|
HRESULT Name([out, retval] BSTR* pVal) |
Value
Gets and sets the attribute value.
JavaScript |
|
Value |
C# |
|
string Value { get; set; } |
C++ |
|
HRESULT Value([out, retval] BSTR* pVal) HRESULT Value([in] BSTR pVal) |