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


ISchematicInMemoryFeature.GetUserData Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicInMemoryFeature.GetUserData Method

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.

See Also

ISchematicInMemoryFeature Interface