This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPGeometricNetworkMembership Interface > IGPGeometricNetworkMembership.AncillaryRoleFieldName Property (ArcObjects .NET 10.5 SDK) |
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