ArcFM Engine Developer Guide
GetViewCookie Method (D8CuTypeClass)


Syntax
'Declaration
 
Public Overridable Sub GetViewCookie( _
   ByRef pbVisible As Boolean, _
   ByRef pnLevel As Integer, _
   ByRef pnIndex As Integer _
) 
'Usage
 
Dim instance As D8CuTypeClass
Dim pbVisible As Boolean
Dim pnLevel As Integer
Dim pnIndex As Integer
 
instance.GetViewCookie(pbVisible, pnLevel, pnIndex)
public virtual void GetViewCookie( 
   out bool pbVisible,
   out int pnLevel,
   out 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

D8CuTypeClass Class
D8CuTypeClass Members

 

 


Send Comment