Revit 2025.3 API
Field |
Checks whether the SubSchema GUID needs to be explicitly specified for this field type.
Namespace: Autodesk.Revit.DB.ExtensibleStorage
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool NeedsSubSchemaGUID()
Public Function NeedsSubSchemaGUID As Boolean
public: bool NeedsSubSchemaGUID()
member NeedsSubSchemaGUID : unit -> bool
Return Value
BooleanTrue if SubSchemaGUID is required.
See Also