This document is archived and information here might be outdated.  Recommended version.


ICadastralObjectSetup.GetAttributeField Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IC > ICadastralObjectSetup Interface > ICadastralObjectSetup.GetAttributeField Method
ArcGIS Developer Help

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