Changes in 2025 vs 2023 2 changed
Flip API Versions →Changed members
ElevationMarker.CreateElevationMarker(Document, ElementId, XYZ, Int32)
| document | Document | The document to which the new ElevationMarker will be added. |
| viewFamilyTypeId | ElementId | This ViewFamilyType will be used by all elevations hosted on the new ElevationMarker. |
| origin | XYZ | The desired origin for the ElevationMarker. |
| initialViewScale | Int32 | This view scale will be automatically applied to new elevations created on the ElevationMarker. The scale is the ratio of true model size to paper size. |
| → returns | ElevationMarker | The new ElevationMarker. |
ElevationMarker.CreateReferenceElevationMarker(Document, ElementId, XYZ, ElementId)
| document | Document | The document to which the new ElevationMarker will be added. |
| viewFamilyTypeId | ElementId | This ViewFamilyType will be used by all elevations hosted on the new ElevationMarker. |
| origin | XYZ | The desired origin for the ElevationMarker. |
| viewPlanId | ElementId | The ViewPlan in which the reference ElevationMarker will appear. Reference ElevationMarkers only appear in one view. |
| → returns | ElevationMarker | The new ElevationMarker. |