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