pmMDA.NET

ReferenceCodeMgrImpl.GetReferenceCode Method 

[This is preliminary documentation and subject to change.]

Returns the reference code of the given type with the defined code.

public IReferenceCode GetReferenceCode(
   Type type,
   int code
);

Parameters

type
Type of the requested reference codes.
code
Code of the requested reference code.

Return Value

The requested reference code if found; otherwise, null.

Implements

IReferenceCodeMgr.GetReferenceCode

See Also

ReferenceCodeMgrImpl Class | PmMda.Net.Dog.Reference Namespace