ArcFM Responder Mobile Developer Guide
CreateNewNode Method (IMMPxApplicationEx2)






Syntax
'Declaration
 
Sub CreateNewNode( _
   ByVal pPxNode As IMMPxNode, _
   ByVal sTransName As System.String _
) 
'Usage
 
Dim instance As IMMPxApplicationEx2
Dim pPxNode As IMMPxNode
Dim sTransName As System.String
 
instance.CreateNewNode(pPxNode, sTransName)
void CreateNewNode( 
   IMMPxNode pPxNode,
   System.string sTransName
)
procedure CreateNewNode( 
    pPxNode: IMMPxNode;
    sTransName: System.String
); 
function CreateNewNode( 
   pPxNode : IMMPxNode,
   sTransName : System.String
);
void CreateNewNode( 
   IMMPxNode* pPxNode,
   System.string* sTransName
) 
void CreateNewNode( 
   IMMPxNode^ pPxNode,
   System.String^ sTransName
) 

Parameters

pPxNode
sTransName
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMPxApplicationEx2 Interface
IMMPxApplicationEx2 Members

Send Feedback