Property |
The PropertyTableEntry type exposes the following members.
| Name | Description | |
|---|---|---|
| PropertyTableEntry | Constructs a new copy of the input PropertyTable object. |
| Name | Description | |
|---|---|---|
| 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. | |
| Bearing | The bearing angle value of the PropertyTableEntry | |
| CurveType | The curve type for this PropertyTableEntry | |
| Distance | The distance value of the PropertyTableEntry | |
| Id | Unique identifier for this PropertyTableEntry | |
| IsValidObject | Specifies whether the .NET object represents a valid Revit entity. | |
| 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. |
| Name | Description | |
|---|---|---|
| Create | Creates a new PropertyTableEntry object. | |
| Dispose | Releases all resources used by the PropertyTableEntry | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| IsValidPropertyTableEntry | Function used to check the input data is valid to create PropertyTableEntry object | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |