BIMStoryCreateStory Method (Database, String, String)
 | 
Namespace:  Bricscad.Bim
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public static BIMStory CreateStory(
        Database database,
        string buildingName,
        string storyName
)
 
Public Shared Function CreateStory ( 
        database As Database,
        buildingName As String,
        storyName As String
) As BIMStory
 
public:
static BIMStory^ CreateStory(
        Database^ database, 
        String^ buildingName, 
        String^ storyName
)
 
static member CreateStory : 
        database : Database * 
        buildingName : string * 
        storyName : string -> BIMStory 
 
 
 
Parameters
- database
 
- Type: Teigha.DatabaseServicesDatabase
 
- buildingName
 
- Type: SystemString
 
- storyName
 
- Type: SystemString
 
Return Value
Type: 
BIMStory 
See Also