ArcFM Engine Developer Guide
CreateNewNode Method (PxApplicationClass)


Syntax
'Declaration
 
Public Overridable Sub CreateNewNode( _
   ByVal pPxNode As IMMPxNode, _
   ByVal sTransName As String _
) 
'Usage
 
Dim instance As PxApplicationClass
Dim pPxNode As IMMPxNode
Dim sTransName As String
 
instance.CreateNewNode(pPxNode, sTransName)
public virtual void CreateNewNode( 
   IMMPxNode pPxNode,
   string sTransName
)

Parameters

pPxNode
sTransName
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

PxApplicationClass Class
PxApplicationClass Members

 

 


Send Comment