RVTDocs.com

SpatialFieldManager.IsTextTypeIdValid

Method
Description:
Verify if text type id is valid.
Syntax
public static bool IsTextTypeIdValid(
	ElementId textTypeId,
	Document doc
)
Parameters
Parameter Type Description
textTypeId ElementId Text type id to be validated.
doc Document Document for which %textTypeId% is validated.
Return Value
Type Description
Boolean True if text type id is valid, false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null