ArcFM Engine Developer Guide
SetViewCookie Method (MMValidationErrorClass)


Syntax
'Declaration
 
Public Overridable Sub SetViewCookie( _
   ByVal bVisible As Boolean, _
   ByVal nLevel As Integer, _
   ByVal nIndex As Integer _
) 
'Usage
 
Dim instance As MMValidationErrorClass
Dim bVisible As Boolean
Dim nLevel As Integer
Dim nIndex As Integer
 
instance.SetViewCookie(bVisible, nLevel, nIndex)
public virtual void SetViewCookie( 
   bool bVisible,
   int nLevel,
   int nIndex
)

Parameters

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

MMValidationErrorClass Class
MMValidationErrorClass Members

 

 


Send Comment