This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDENetworkDataset Interface > IDENetworkDataset.UserData Property (ArcObjects .NET 10.4 SDK) |
User specified property set of this network dataset.
[Visual Basic .NET] Public Property UserData As IPropertySet
[C#] public IPropertySet UserData {get; set;}
[C++]
HRESULT get_UserData(
IPropertySet** userProperties
);
[C++]
HRESULT put_UserData(
IPropertySet* userProperties
);
[C++]
Parameters userProperties [out, retval]
userProperties is a parameter of type IPropertySet userProperties [in]
userProperties is a parameter of type IPropertySet