SchemaBuilder.GUIDIsValid Method

Checks whether the supplied GUID value is valid.


Namespace: Autodesk.Revit.DB.ExtensibleStorage
Assembly: 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

SchemaBuilder Class
Autodesk.Revit.DB.ExtensibleStorage Namespace