BIMBuildingGetStory Method
|
Namespace: Bricscad.Bim
Assembly: BrxMgd (in BrxMgd.dll) Version:
24.0.1.0
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 String
-
Return Value
BIMStory
See Also