ArcFM Desktop Developer Guide
IsPxTopLevel Property (IMMPxNodeEdit2)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Sets a boolean value indicating whether the node is a top level node.
Syntax
'Declaration
 
<DispIdAttribute(1610678272)>
WriteOnly Property IsPxTopLevel As Boolean
'Usage
 
Dim instance As IMMPxNodeEdit2
 
instance.IsPxTopLevel = value
[DispId(1610678272)]
bool IsPxTopLevel {set;}

Property Value

Boolean
Example
The following code sample shows how IMMPxNodeEdit2::IsPxTopLevel may be implemented.
Visual Basic Copy Code
    Dim pNodeEdit2 As IMMPxNodeEdit2
    Set pNodeEdit2 = pNodeEdit
    pNodeEdit2.IsPxTopLevel = True
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

IMMPxNodeEdit2 Interface
IMMPxNodeEdit2 Members

 

 


Send Comment