<Code Lib>
2022 Method
Changes 0
M

AssemblyInstance.IsValidNamingCategory

Description:
Identifies if the naming category is valid for an assembly instance.

public static bool IsValidNamingCategory(
	Document document,
	ElementId namingCategoryId,
	ICollection<ElementId> assemblyMemberIds
)

Return Value bool True if the naming category is valid, false otherwise.

Loading…