ArcFM Engine Developer Guide
Invoke Method


Syntax
'Declaration
 
Public Sub Invoke( _
   ByVal c As OptionContext _
) 
'Usage
 
Dim instance As Option
Dim c As OptionContext
 
instance.Invoke(c)
public void Invoke( 
   OptionContext c
)

Parameters

c
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

Option Class
Option Members

 

 


Send Comment