PropertyTableEntry Class

Represents a table row in a table-driven PropertyLine element.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBPropertyTableEntry

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
 NameDescription
Public methodPropertyTableEntry Constructs a new copy of the input PropertyTable object.
Top
Properties
 NameDescription
Public propertyArcDirection 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 propertyBearing The bearing angle value of the PropertyTableEntry
Public propertyCurveType The curve type for this PropertyTableEntry
Public propertyDistance The distance value of the PropertyTableEntry
Public propertyId Unique identifier for this PropertyTableEntry
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyRadius 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
 NameDescription
Public methodStatic memberCreate Creates a new PropertyTableEntry object.
Public methodDisposeReleases all resources used by the PropertyTableEntry
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberIsValidPropertyTableEntry Function used to check the input data is valid to create PropertyTableEntry object
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also