ArcObjects Library Reference (CadastralUI)  

ICadastralObjectSetup.GetAttributeField Method

Field instance for an attribute.

[Visual Basic .NET]
Public Function GetAttributeField ( _
    ByVal pGSAttributes As IGSAttributes, _
    ByVal fieldName As String _
) As IField
[C#]
public IField GetAttributeField (
    IGSAttributes pGSAttributes,
    string fieldName
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralObjectSetup Interface