ArcFM Desktop Developer Guide
CreateCollectionForm Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Creates a new CollectionForm to display the collection editor
Syntax
'Declaration
 
Protected Overrides Function CreateCollectionForm() As CollectionEditor.CollectionForm
'Usage
 
Dim instance As CustomCollectionEditor
Dim value As CollectionEditor.CollectionForm
 
value = instance.CreateCollectionForm()
protected override CollectionEditor.CollectionForm CreateCollectionForm()

Return Value

CollectionForm
Remarks
This methods uses reflection to access non-public fields/properties within the collectionform. This method can also be used to alter other visual aspects of the form.
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

CustomCollectionEditor Class
CustomCollectionEditor Members

 

 


Send Comment