Hello Everyone.
i have try to get room name in Revit
code:
Element ^element;
LocationPoint ^LP = (LocationPoint^)element->Location;
XYZ ^FuniturePoints = LP->Point;
Room ^room = doc->GetRoomAtPoint(FuniturePoints);
room->Name;////here Error gives
error: property "Autodesk::Revit::DB::SpatialElement::Name" RevitAPI.dll has no 'get' accesor.
pls help..