This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IReplicaDescriptionExtensionManager Interface > IReplicaDescriptionExtensionManager.FindExtension Method (ArcObjects .NET 10.4 SDK) |
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