ArcFM Desktop Developer Guide
Execute Method (TemplateCreationBaseCommand)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Syntax
'Declaration
 
Public Sub Execute( _
   ByVal bGDBTemplate As Boolean, _
   ByVal bPacketTemplate As Boolean _
) 
'Usage
 
Dim instance As TemplateCreationBaseCommand
Dim bGDBTemplate As Boolean
Dim bPacketTemplate As Boolean
 
instance.Execute(bGDBTemplate, bPacketTemplate)
public void Execute( 
   bool bGDBTemplate,
   bool bPacketTemplate
)

Parameters

bGDBTemplate
bPacketTemplate
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

TemplateCreationBaseCommand Class
TemplateCreationBaseCommand Members

 

 


Send Comment