2024 Method
Changes 0
M

ElevationMarker.CreateReferenceElevation

Description:
Creates a reference elevation on the ElevationMarker at the desired index.
public void CreateReferenceElevation(
	Document document,
	int index,
	ElementId viewIdToReference
)
  • document
    The document to which the new reference elevation will be added.
  • Int32
    index
    The index on the ElevationMarker where the reference elevation will be placed.
  • viewIdToReference
    The view which will be referenced.