Revit 2026 API
Schema |
Checks whether the supplied GUID value is valid.
Namespace: Autodesk.Revit.DB.ExtensibleStorage
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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