2027 Class
Changes 8
C

PropertyTableEntry

Description:
Represents a table row in a table-driven PropertyLine element.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.PropertyTableEntry
public class PropertyTableEntry : IDisposable
Name Return Type Description Inherited From
C PropertyTableEntry(PropertyTableEntry) None Constructs a new copy of the input PropertyTable object.
Name Return Type Description Inherited From
M Create(Double, Double, PropertyTableEntryCurveType, Double, PropertyTableEntryArcDirection, Int32) PropertyTableEntry Creates a new PropertyTableEntry object.
M Dispose() None Releases all resources used by the PropertyTableEntry
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M IsValidPropertyTableEntry(Double, Double, PropertyTableEntryCurveType, Double, PropertyTableEntryArcDirection) Boolean Function used to check the input data is valid to create PropertyTableEntry object
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P ArcDirection PropertyTableEntryArcDirection 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.
P Bearing double The bearing angle value of the PropertyTableEntry
P CurveType PropertyTableEntryCurveType The curve type for this PropertyTableEntry
P Distance double The distance value of the PropertyTableEntry
P Id int Unique identifier for this PropertyTableEntry
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.
P Radius double 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.