RVTDocs.com
Namespace: Autodesk.Revit.DB Class: ExportLayerKey

ExportLayerKey(String, String, SpecialType)

Constructor
Description:
Constructs a new ExportLayerKey with categoryName, subCategoryName and a special type.
Syntax
public ExportLayerKey(
	string categoryName,
	string subCategoryName,
	SpecialType num
)
Parameters
Parameter Type Description
categoryName String The category name for the layer key.
subCategoryName String The subCategoryName for the layer key.
num SpecialType The special type for layer key.
Return Value
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
ArgumentOutOfRangeException A value passed for an enumeration argument is not a member of that enumeration