Message 1 of 3

Not applicable
07-16-2015
07:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
I am creating a space using the Document.NewSpace(Level,UV) method in the Autodesk.Revit.Creation namespace.
I am strugging with this because it is not the usual format of implementation i am used to since every program i have written uses the standard
UIApplication uiapp = commandData.Application; UIDocument uidoc = uiapp.ActiveUIDocument; Application app = uiapp.Application; Document doc = uidoc.Document;
implementation in my External Command.
How do I implement the Document class so that I can use. doc.NewSpace(...,...)?
Cheers
Solved! Go to Solution.