Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I'm new to Revit's API.
I will not be assigned floor type.
Because I do not know "Revit 2014 API HELP" Explanation.
Are there any examples available online?
please help me.
Thank you!
Document.NewFloor Method (CurveArray, FloorType, Level, Boolean, XYZ)
public Floor NewFloor(
CurveArray profile,
FloorType floorType,
Level level,
bool structural,
XYZ normal
)
floorType
Type: Autodesk.Revit.DB.FloorType
A floor type to be used by the new floor instead of the default type.
Solved! Go to Solution.