ProjectNode.addUtilNode(UtilElementType, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a node to the project.
public:
virtual void addUtilNode(Dynamics::AX::Application::UtilElementType _type, System::String ^ _name);
public virtual void addUtilNode (Dynamics.AX.Application.UtilElementType _type, string _name);
abstract member addUtilNode : Dynamics.AX.Application.UtilElementType * string -> unit
override this.addUtilNode : Dynamics.AX.Application.UtilElementType * string -> unit
Public Overridable Sub addUtilNode (_type As UtilElementType, _name As String)
Parameters
- _type
- UtilElementType
The name of the node.
- _name
- String
The name of the node.
Remarks
This function is also found on ProjectGroupNode.