Provides access to the value of the user data named 'UserDataName'.
[Visual Basic .NET] Public Function GetUserData ( _ ByVal UserDataName As String _ ) As Object
[C#] public object GetUserData ( string UserDataName );
[C++]
HRESULT GetUserData(
BSTR UserDataName,
VARIANT* Value
);
[C++]Parameters
UserDataName [in] UserDataName is a parameter of type BSTR Value [out, retval] Value is a parameter of type VARIANT
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.