v2.33
 
IBeamStyle Interface Reference

Represents a beam style. This interface can be obtained from IBeamStyleManager interface. More...

Inheritance diagram for IBeamStyle:

Properties

int Id [get]
 Returns the unique identifier of the beam style.
 
BSTR Name [get]
 Returns the name of the beam style.
 
IProfile Profile [get]
 Returns the profile of the beam style.
 

Detailed Description

Represents a beam style. This interface can be obtained from IBeamStyleManager interface.

See also
IBeamStyleManager, IProfile

Property Documentation

◆ Id

int Id
get

Returns the unique identifier of the beam style.

Returns
The unique identifier of the beam style.

◆ Name

BSTR Name
get

Returns the name of the beam style.

Returns
The name of the beam style.

◆ Profile

IProfile Profile
get

Returns the profile of the beam style.

Returns
The profile of the beam style.