Namespace:  Bricscad.Bim
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public static BIMStory Cast(
        BIMObject other
)
 
Public Shared Function Cast ( 
        other As BIMObject
) As BIMStory
 
public:
static BIMStory^ Cast(
        BIMObject^ other
)
 
static member Cast : 
        other : BIMObject -> BIMStory 
 
 
 
Parameters
- other
 
- Type: Bricscad.BimBIMObject
 
Return Value
Type: 
BIMStory 
See Also