CapeOpenBaseGetClassID Method

Returns the CLSID of the persisted class to the caller.

Definition

Namespace: DWSIM.UnitOperations.UnitOperations.CAPEOPENWrappers
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public void GetClassID(
	ref Guid pClassID
)

Parameters

pClassID  Guid
Receives the class GUID of this unit operation.

Implements

IPersistStreamInitGetClassID(Guid)

See Also