Revit 2025.3 API
Schema |
Checks whether the supplied GUID value is valid.
Namespace: Autodesk.Revit.DB.ExtensibleStorage
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static bool GUIDIsValid( Guid guid )
Public Shared Function GUIDIsValid ( guid As Guid ) As Boolean
public: static bool GUIDIsValid( Guid guid )
static member GUIDIsValid : guid : Guid -> bool
Parameters
- guid Guid
- The GUID to check
Return Value
BooleanTrue if the GUID is valid
See Also