RVTDocs.com
Namespace: Autodesk.Revit.DB Class: ViewSchedule

ViewSchedule.IsValidFamilyForNoteBlock

Method
Description:
Checks whether a family can be used for a note block.
Syntax
public static bool IsValidFamilyForNoteBlock(
	Document document,
	ElementId familyId
)
Parameters
Parameter Type Description
document Document The document.
familyId ElementId The family ID to check.
Return Value
Type Description
Boolean True if the family can be used for a note block, false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null