Checks whether the value set for Local Coordinate System is valid for an Analytical Element.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public bool IsValidTransform( Transform trf )
Parameters
- trf Transform
- The value set to be verified.
Return Value
BooleanExceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |