Verifies if the provided approval name is unique in the document.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool IsValidApprovalTypeName(
Document doc,
string name
)
Parameters
- doc Document
-
- name String
-
Return Value
Boolean
True if approval type name is unique.
Exceptions
See Also
Reference