Share

ViewSchedule.IsValidTextTypeId Method

Identifies if the input id represents a valid text type id for use in the schedule properties.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public bool IsValidTextTypeId(
	ElementId textTypeId
)

Parameters

textTypeId  ElementId
The element id of the text type.

Return Value

Boolean

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?