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


IReplicaDescriptionExtensionManager.FindExtension Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IReplicaDescriptionExtensionManager Interface > IReplicaDescriptionExtensionManager.FindExtension Method
ArcGIS Developer Help

IReplicaDescriptionExtensionManager.FindExtension Method

Finds the specified description extension by its globally unique id.

[Visual Basic .NET]
Public Function FindExtension ( _
    ByVal pGuid As UID _
) As Integer
[C#]
public int FindExtension (
    UID pGuid
);
[C++]
HRESULT FindExtension(
  IUID* pGuid
);
[C++]
Parameters
pGuid [in]

pGuid is a parameter of type IUID*

Product Availability

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

See Also

IReplicaDescriptionExtensionManager Interface