ArcFM Solution Developer Guide
GetViewCookie Method (ID8ListItem)






Boolean
Long
Long
Internal use only.
Syntax
'Declaration
 
Sub GetViewCookie( _
   ByRef pbVisible As System.Boolean, _
   ByRef pnLevel As System.Integer, _
   ByRef pnIndex As System.Integer _
) 
'Usage
 
Dim instance As ID8ListItem
Dim pbVisible As System.Boolean
Dim pnLevel As System.Integer
Dim pnIndex As System.Integer
 
instance.GetViewCookie(pbVisible, pnLevel, pnIndex)
void GetViewCookie( 
   out System.bool pbVisible,
   out System.int pnLevel,
   out System.int pnIndex
)
procedure GetViewCookie( 
   Out  pbVisible: System.Boolean;
   Out  pnLevel: System.Integer;
   Out  pnIndex: System.Integer
); 
function GetViewCookie( 
   pbVisible : System.boolean,
   pnLevel : System.int,
   pnIndex : System.int
);
void GetViewCookie( 
   [PARAMFLAG::Out] System.bool pbVisible,
   [PARAMFLAG::Out] System.int pnLevel,
   [PARAMFLAG::Out] System.int pnIndex
) 
void GetViewCookie( 
   [Out] System.bool pbVisible,
   [Out] System.int pnLevel,
   [Out] System.int pnIndex
) 

Parameters

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