ArcFM Solution Developer Guide
SetViewCookie Method (ID8ListItem)


Boolean
Long
Long
Internal use only.
Syntax
'Declaration
 
Sub SetViewCookie( _
   ByVal bVisible As Boolean, _
   ByVal nLevel As Integer, _
   ByVal nIndex As Integer _
) 
'Usage
 
Dim instance As ID8ListItem
Dim bVisible As Boolean
Dim nLevel As Integer
Dim nIndex As Integer
 
instance.SetViewCookie(bVisible, nLevel, nIndex)
void SetViewCookie( 
   bool bVisible,
   int nLevel,
   int nIndex
)

Parameters

bVisible
Boolean
nLevel
Long
nIndex
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