BIMBuildingAllObjectStories Method
 | 
Namespace: Bricscad.Bim
Assembly: BrxMgd (in BrxMgd.dll) Version:
24.0.1.0
Syntax
 
public List<BIMStory> AllObjectStories()
 
Public Function AllObjectStories As List(Of BIMStory)
 
public:
List<BIMStory^>^ AllObjectStories()
 
member AllObjectStories : unit -> List<BIMStory> 
 
 
 
Return Value
ListBIMStory
 
See Also