CurveOverlapPoint Properties
| Name | Return Type | Description |
|---|---|---|
| FirstParameter | double | The point's unnormalized parameter on the first curve. |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. |
| Point | XYZ | The 3D coordinate of the point. |
| SecondParameter | double | The point's unnormalized parameter on the second curve. |
| Type | CurveOverlapPointType | The type of overlap at the point. |