[Visual Basic .NET]
Public Sub GetClassID ( _
ByRef pClassID As Guid& _
)
[C#] public void GetClassID ( ref Guid& pClassID );
[C++]
HRESULT GetClassID(
GUID* pClassID
);
[C++]Parameters
pClassID [out]pClassID is a parameter of type GUID
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
IPersist is a Microsoft interface. Please refer to MSDN for information about this interface.