ArcFM Solution Developer Guide
GetViewCookie Method (ID8ListItem)


Boolean
Long
Long
Internal use only.
Syntax
'Declaration
 
Sub GetViewCookie( _
   ByRef pbVisible As Boolean, _
   ByRef pnLevel As Integer, _
   ByRef pnIndex As Integer _
) 
'Usage
 
Dim instance As ID8ListItem
Dim pbVisible As Boolean
Dim pnLevel As Integer
Dim pnIndex As Integer
 
instance.GetViewCookie(pbVisible, pnLevel, pnIndex)
void GetViewCookie( 
   out bool pbVisible,
   out int pnLevel,
   out int pnIndex
)

Parameters

pbVisible
Boolean
pnLevel
Long
pnIndex
Long
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

ID8ListItem Interface
ID8ListItem Members

 

 


Send Comment