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


IClassFactory.RemoteCreateInstance Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IC > IClassFactory Interface > IClassFactory.RemoteCreateInstance Method
ArcGIS Developer Help

IClassFactory.RemoteCreateInstance Method

[Visual Basic .NET]
Public Sub RemoteCreateInstance ( _
    ByRef riid As Guid&, _
    ByRef ppvObject As Object _
)
[C#]
public void RemoteCreateInstance (
    ref Guid& riid,
    ref object ppvObject
);
[C++]
HRESULT RemoteCreateInstance(
  System.Guid* riid,
  IUnknown Pointer* ppvObject
);
[C++]
Parameters
riid [in]

riid is a parameter of type System.Guid* ppvObject [out]
ppvObject is a parameter of type IUnknown*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
[C#]

IClassFactory is a Microsoft interface. Please refer to MSDN for information about this interface.

[C++]

IClassFactory is a Microsoft interface. Please refer to MSDN for information about this interface.

[Visual Basic .NET]

IClassFactory is a Microsoft interface. Please refer to MSDN for information about this interface.

See Also

IClassFactory Interface