BIMBuildingGetStory Method
 | 
Namespace:  Bricscad.Bim
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public BIMStory GetStory(
        string storyName
)
 
Public Function GetStory ( 
        storyName As String
) As BIMStory
 
public:
BIMStory^ GetStory(
        String^ storyName
)
 
member GetStory : 
        storyName : string -> BIMStory 
 
 
 
Parameters
- storyName
 
- Type: SystemString
 
Return Value
Type: 
BIMStory 
See Also