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


INameMapping.SourceObject Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INameMapping Interface > INameMapping.SourceObject Property
ArcGIS Developer Help

INameMapping.SourceObject Property

The Source Object.

[Visual Basic .NET]
Public ReadOnly Property SourceObject As Object
[C#]
public object SourceObject {get;}
[C++]
HRESULT get_SourceObject(
  IUnknown Pointer* sObject
);
[C++]
Parameters
sObject [out, retval]

sObject is a parameter of type IUnknown*

Product Availability

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

See Also

INameMapping Interface