Responder Developer Guide
OnCompilerError Method


Syntax
'Declaration
 
Public Function OnCompilerError( _
   ByVal error As IVsaError _
) As Boolean
'Usage
 
Dim instance As BaseVsaSite
Dim error As IVsaError
Dim value As Boolean
 
value = instance.OnCompilerError(error)
public bool OnCompilerError( 
   IVsaError error
)

Parameters

error
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

BaseVsaSite Class
BaseVsaSite Members

 

 


Send Comment