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