v2.25
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. More...
 
BSTR Name [get]
 Returns the name of the beam style. More...
 
IProfile Profile [get]
 Returns the profile of the beam style. More...
 

Detailed Description

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

See also
IBeamStyleManager, IProfile

Property Documentation

◆ Id

int IBeamStyle::Id
get

Returns the unique identifier of the beam style.

Returns
The unique identifier of the beam style.

◆ Name

BSTR IBeamStyle::Name
get

Returns the name of the beam style.

Returns
The name of the beam style.

◆ Profile

IProfile IBeamStyle::Profile
get

Returns the profile of the beam style.

Returns
The profile of the beam style.