M

CoordinationModelLinkUtils.ContainsCategory

Description:
Checks whether a provided string is a element category name in the provided AutodeskDocs Coordination Model type.
public static bool ContainsCategory(
	Document document,
	ElementType coordinationModelType,
	string categoryName
)
  • document
    The document.
  • coordinationModelType
    The Coordination Model type element.
  • String
    categoryName
    The element category name to check.
Return Value Boolean True if the categoryName is a element category name in the provided AutodeskDocs Coordination Model type; false otherwise.