ArcObjects Library Reference (GeoDatabase)  

IGPGeometricNetworkMembership.AncillaryRoleFieldName Property

The ancillary role field.

[Visual Basic .NET]
Public Property AncillaryRoleFieldName As String
[C#]
public string AncillaryRoleFieldName {get; set;}
[C++]
HRESULT get_AncillaryRoleFieldName(
  BSTR* FieldName
);
[C++]
HRESULT put_AncillaryRoleFieldName(
  BSTR FieldName
);
[C++]

Parameters

FieldName [out, retval]   FieldName is a parameter of type BSTR FieldName [in]   FieldName is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPGeometricNetworkMembership Interface