<Code Lib>
2025.3 Method
Changes 0
M

SpatialFieldManager.IsTextTypeIdValid

Description:
Verify if text type id is valid.

public static bool IsTextTypeIdValid(
	ElementId textTypeId,
	Document doc
)

  • textTypeId
    Text type id to be validated.
  • doc
    Document for which %textTypeId% is validated.
Return Value Boolean True if text type id is valid, false otherwise.

Loading…