Description Returns a McDBNode Global ID from a McDBNodes and 0 based ordinal.
-
Return Type
-
A String value.
-
Syntax
-
object.GetDBNodesGlobalID (pdbnodes, lOrdinalb0)
The GetDBNodesGlobalID Method syntax has these parts: |
| object | An expression evaluating to an object of type McDataManager. | | pdbnodes | Required. A McDBNodes object. A McDBNodes that contains the McDBNode link of interest. | | lOrdinalb0 | Required. A Long value. The 0 based ordinal position of the McDBNode link of interest. |
|