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


ISMRouter.NetAttributesAccess Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

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(
  ISMNetAttributesAccess** ppNetAttrAccess
);
[C++]

Parameters ppNetAttrAccess [out, retval]
ppNetAttrAccess is a parameter of type ISMNetAttributesAccess

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