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


ICadastralObjectSetup.AddExtendedAttributes 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.AddExtendedAttributes Method
ArcGIS Developer Help

ICadastralObjectSetup.AddExtendedAttributes Method

Add extended atributes to the cadastral object.

[Visual Basic .NET]
Public Sub AddExtendedAttributes ( _
    ByVal pGSAttributes As IGSAttributes _
)
[C#]
public void AddExtendedAttributes (
    IGSAttributes pGSAttributes
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralObjectSetup Interface