DOFInterfaceIDgetIdentifier Method OpenDOF Object Access Library
Get the InterfaceID identifier, which is unique to a registry.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public long getIdentifier()

Return Value

Type: Int64
The DOFInterfaceID identifier.
Remarks

Get the InterfaceID identifier, which is unique to a registry. Can be -1 if the identifier is a GUID (use GetGUID() in this case).
See Also

Reference