Checks whether the supplied GUID value is valid.
Namespace: Autodesk.Revit.DB.ExtensibleStorageAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool GUIDIsValid(
Guid guid
)
Parameters
- guid Guid
-
The GUID to check
Return Value
Boolean
True if the GUID is valid
See Also
Reference