Description Initialize this object to a McDBNode Path.
-
Return Type
-
A McDBNode object.
-
Syntax
-
object.SetNode (sFQNodePath)
The SetNode Method syntax has these parts: |
| object | An expression evaluating to an object of type McDataNodeRef. | | sFQNodePath | Required. A String value. a fully qualified McDBNode path. The database is required and an ID path is suggested. Example: //Demo\Sample | Remarks Since links may be renamed at any time, an ID path would be suggested. McDBNode::Path(true,True) will
return a fully qualified ID path. An ID path also provides a efficient process.
Please do note that a McDBNode may assume the primary path for the absolute portion of the path.
When the McDBNode cannot be accessed this object will be cleared.
|