ArcFM Solution Developer Guide
SetViewCookie Method (ID8ListItem)






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

Parameters

bVisible
Boolean
nLevel
Long
nIndex
Long
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ID8ListItem Interface
ID8ListItem Members

Send Feedback