This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicDataSource Interface > ISchematicDataSource.Object Property (ArcObjects .NET 10.4 SDK) |
Object associated to the schematic data source.
[Visual Basic .NET] Public Property Object As Object
[C#] public object Object {get; set;}
[C++]
HRESULT get_Object(
LPUNKNOWN* Object
);
[C++]
HRESULT putref_Object(
LPUNKNOWN Object
);
[C++]
Parameters Object [out, retval] Object is a parameter of type LPUNKNOWN Object [in] Object is a parameter of type LPUNKNOWN