Checks whether the GUID is valid for the given document. Empty GUID is allowed.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool IsValidVersionGUID(
Document document,
Guid versionGUID
)
Parameters
- document Document
-
Target document.
- versionGUID Guid
-
The GUID to check.
Return Value
Boolean
True if the GUID is valid.
Exceptions
See Also
Reference