PropertyTableEntry Class


Property Table Entry Class

Represents a table row in a table-driven PropertyLine element.
Inheritance Hierarchy
System Object
Autodesk.Revit.DB PropertyTableEntry

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public class PropertyTableEntry : IDisposable

The PropertyTableEntry type exposes the following members.

Constructors
Name Description
Public method PropertyTableEntry Constructs a new copy of the input PropertyTable object.
Top
Properties
Name Description
Public property ArcDirection Represent the arc direction, PT_Left means the arc appears to the left of the line segment. Right means the arc appears to the right of the line segment.
Public property Bearing The bearing angle value of the PropertyTableEntry
Public property CurveType The curve type for this PropertyTableEntry
Public property Distance The distance value of the PropertyTableEntry
Public property Id Unique identifier for this PropertyTableEntry
Public property IsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public property Radius The radius for arc type curve The radius value must be greater than half the length of the line segment. The larger the radius, the larger the circle becomes, resulting in a flatter arc.
Top
Methods
Name Description
Public method Static member Create Creates a new PropertyTableEntry object.
Public method Dispose Releases all resources used by the PropertyTableEntry
Public method Equals Determines whether the specified object is equal to the current object.
(Inherited from Object )
Public method GetHashCode Serves as the default hash function.
(Inherited from Object )
Public method GetType Gets the Type of the current instance.
(Inherited from Object )
Public method Static member IsValidPropertyTableEntry Function used to check the input data is valid to create PropertyTableEntry object
Public method ToString Returns a string that represents the current object.
(Inherited from Object )
Top
See Also
ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →