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: Int32The node identifier portion of an AS assigned source identifier.
Remarks
See Also