<Code Lib>
M

CoordinationModelLinkUtils.IsCoordinationModelType

Description:
Checks whether an element is a Coordination Model type.

public static bool IsCoordinationModelType(
	Document document,
	Element coordinationModelType
)

  • document
    The document.
  • coordinationModelType
    The element to check.
Return Value Boolean True if the element is Coordination Model type; false otherwise.

Loading…