VASTXMLNodegetOrCreateNodeWithName Method |
Namespace: Veeplay.vastAssembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Object getOrCreateNodeWithName(
string nodeName
)
Public Function getOrCreateNodeWithName (
nodeName As String
) As Object
public:
Object^ getOrCreateNodeWithName(
String^ nodeName
)
member getOrCreateNodeWithName :
nodeName : string -> Object
Parameters
- nodeName
- Type: SystemString
Return Value
Type:
ObjectSee Also