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


IDENetworkDataset.Properties Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDENetworkDataset.Properties Property

Property set of this network dataset.

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

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

Product Availability

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

See Also

IDENetworkDataset Interface