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


IReplicaDescriptionExtensionManager.FindExtension Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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,
  long* Index
);
[C++]

Parameters pGuid [in]
pGuid is a parameter of type IUID Index [out, retval] Index is a parameter of type long

Product Availability

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

See Also

IReplicaDescriptionExtensionManager Interface