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


ISMRouter.NetAttributesAccess Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMRouter Interface > ISMRouter.NetAttributesAccess Property
ArcGIS Developer Help

ISMRouter.NetAttributesAccess Property

The network attributes access of the router object.

[Visual Basic .NET]
Public ReadOnly Property NetAttributesAccess As SMNetAttributesAccess
[C#]
public SMNetAttributesAccess NetAttributesAccess {get;}
[C++]
HRESULT get_NetAttributesAccess(
void
);

Product Availability

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

Description

Returns the network attributes access interface of the router object.

See Also

ISMRouter Interface