ArcObjects Library Reference (DataSourcesFile)  

ISMRouter.NetAttributes Property

The network attributes collection of the router object.

[Visual Basic .NET]
Public ReadOnly Property NetAttributes As SMNetAttributesCollection
[C#]
public SMNetAttributesCollection NetAttributes {get;}
[C++]
HRESULT get_NetAttributes(
  ISMNetAttributesCollection** pVal
);
[C++]

Parameters

pVal [out, retval]

  pVal is a parameter of type ISMNetAttributesCollection

Product Availability

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

Description

Returns the network attributes collection interface of the router object.

See Also

ISMRouter Interface

.NET Samples

StreetMap routing (Code Files: RestrictionsForm)