ArcFM Desktop Developer Guide
IsPxTopLevel Property (IMMPxNode2)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

A boolean value that specifies whether the node is a top level node. Returns True if the node is top level.
Syntax
'Declaration
 
<DispIdAttribute(1610678272)>
ReadOnly Property IsPxTopLevel As Boolean
'Usage
 
Dim instance As IMMPxNode2
Dim value As Boolean
 
value = instance.IsPxTopLevel
[DispId(1610678272)]
bool IsPxTopLevel {get;}

Property Value

Boolean
Example
The following code sample shows how IMMPxNode2::IsPxTopLevel may be implemented.
Visual Basic Copy Code
Dim pPxNode2 As IMMPxNode2
Set pPxNode2 = pPxNode
If Not pPxNode2.IsPxTopLevel Then Exit Function
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

IMMPxNode2 Interface
IMMPxNode2 Members

 

 


Send Comment