Checks whether the GUID is valid for the given document. Empty GUID is allowed.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public static bool IsValidVersionGUID( Document document, Guid versionGUID )
Parameters
Return Value
BooleanTrue if the GUID is valid.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |