RVTDocs.com

AssemblyInstance.IsValidNamingCategory

Method
Description:
Identifies if the naming category is valid for an assembly instance.
Syntax
public static bool IsValidNamingCategory(
	Document document,
	ElementId namingCategoryId,
	ICollection<ElementId> assemblyMemberIds
)
Parameters
Parameter Type Description
document Document The document for the assembly instance.
namingCategoryId ElementId The id of the naming category for the assembly instance.
assemblyMemberIds ICollection Member ids to check validity of naming category
Return Value
Type Description
Boolean True if the naming category is valid, false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null