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


IErrorInfo.GetGUID Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IErrorInfo.GetGUID Method

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

Parameters pGuid [out]
pGuid is a parameter of type GUID

Product Availability

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

See Also

IErrorInfo Interface