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


INetworkSource.Properties Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

INetworkSource.Properties Property

Property set of this network source.

[Visual Basic .NET]
Public Property Properties As IPropertySet
[C#]
public IPropertySet Properties {get; set;}
[C++]
HRESULT get_Properties(
  IPropertySet** sourceProperties
);
[C++]
HRESULT put_Properties(
  IPropertySet* sourceProperties
);
[C++]

Parameters sourceProperties [out, retval]
sourceProperties is a parameter of type IPropertySet sourceProperties [in]
sourceProperties is a parameter of type IPropertySet

Product Availability

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

See Also

INetworkSource Interface