Initializes a new instance of the Element..::.CategoryType class with specific parameters. Parameters set name of element category and element type.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public CategoryType(
	string categoryName,
	Type type
)
Visual Basic (Declaration)
Public Sub New ( _
	categoryName As String, _
	type As Type _
)
Visual C++
public:
CategoryType(
	String^ categoryName, 
	Type^ type
)

Parameters

categoryName
Type: System..::.String
type
Type: System..::.Type

See Also