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


IErrorInfo.GetGUID Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IE > IErrorInfo Interface > IErrorInfo.GetGUID Method
ArcGIS Developer Help

IErrorInfo.GetGUID Method

[Visual Basic .NET]
Public Sub GetGUID ( _
    ByRef pGuid As Guid& _
)
[C#]
public void GetGUID (
    ref Guid& pGuid
);
[C++]
HRESULT GetGUID(
  System.Guid* pGuid
);
[C++]
Parameters
pGuid [out]

pGuid is a parameter of type System.Guid*

Product Availability

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

See Also

IErrorInfo Interface