2027 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
)
  • document
    The document for the assembly instance.
  • namingCategoryId
    The id of the naming category for the assembly instance.
  • ICollection<ElementId>
    assemblyMemberIds
    Member ids to check validity of naming category
Return Value Boolean True if the naming category is valid, false otherwise.