2025.3 Method
Changes 0
M

Level.Create

Description:
Creates a new instance of level based on an input elevation.
public static Level Create(
	Document document,
	double elevation
)
  • document
    The document in which the new instance is created
  • Double
    elevation
    The elevation of the level to be created.
Return Value Level The newly created level instance.