ArcFM Desktop Developer Guide
RuleCatalog<TRule,TRuleImport> Constructor(Boolean,ComposablePartCatalog[])


Syntax
'Declaration
 
Public Function New( _
   ByVal overwriteDuplicateNameImport As Boolean, _
   ByVal ParamArray catalogs() As ComposablePartCatalog _
)
'Usage
 
Dim overwriteDuplicateNameImport As Boolean
Dim catalogs() As ComposablePartCatalog
 
Dim instance As New RuleCatalog(Of TRule,TRuleImport)(overwriteDuplicateNameImport, catalogs)
public RuleCatalog<TRule,TRuleImport>( 
   bool overwriteDuplicateNameImport,
   params ComposablePartCatalog[] catalogs
)

Parameters

overwriteDuplicateNameImport
catalogs
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

RuleCatalog<TRule,TRuleImport> Class
RuleCatalog<TRule,TRuleImport> Members
Overload List

 

 


Send Comment