ArcFM Solution Developer Guide
GetViewCookie Method (MMStoredItem)


Syntax
'Declaration
 
Sub GetViewCookie( _
   ByRef pbVisible As System.Boolean, _
   ByRef pnLevel As System.Integer, _
   ByRef pnIndex As System.Integer _
) 
'Usage
 
Dim instance As MMStoredItem
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
)

Parameters

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

MMStoredItem Interface
MMStoredItem Members

 

 


Send Comment