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