ArcFM Engine Developer Guide
ComponentCategoryAttribute Constructor(ComCategory)


The category in which to register the attributed class.
This constructor is preferred over the others that require parsing a string into a System.Guid.
Syntax
'Declaration
 
Public Function New( _
   ByVal category As ComCategory _
)
'Usage
 
Dim category As ComCategory
 
Dim instance As New ComponentCategoryAttribute(category)
public ComponentCategoryAttribute( 
   ComCategory category
)

Parameters

category
The category in which to register the attributed class.
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

ComponentCategoryAttribute Class
ComponentCategoryAttribute Members
Overload List

 

 


Send Comment