DOFUtilextractNodeID Method OpenDOF Object Access Library
Extract the node identifier from an AS generated source identifier.

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

C#
public static int extractNodeID(
	DOFObjectID sourceID
)

Parameters

sourceID
Type: org.opendof.core.oalDOFObjectID
The AS assigned source identifier. Must not be null. Must be a valid AS assigned identifier DOFObjectID.CLASS_AS .

Return Value

Type: Int32
The node identifier portion of an AS assigned source identifier.
Remarks

Extract the node identifier from an AS generated source identifier. The node identifier is assigned by an AS and is constant for a given node.
See Also

Reference