ArcObjects Library Reference (DefenseSolutions)  

IAttributeLabel2.FieldCode Property

Text modifier field code used in 2525B and APP-6A.

[Visual Basic .NET]
Public ReadOnly Property FieldCode As String
[C#]
public string FieldCode {get;}
[C++]
HRESULT get_FieldCode(
  BSTR* strFieldCode
);
[C++]

Parameters

strFieldCode [out, retval]   strFieldCode is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IAttributeLabel2 Interface