Description:

Get a DimensionStyle with the specified characteristics

Syntax:
public int FindOrCreate(
string face,
bool bold,
bool italic,
DimensionStyle template_style
)
Parameters:
  • template_style
  • Type: DimensionStyle
  • the settings other than face, bold and italic are copied from the template_style
Returns:
Type: int
Available since:
6.0

Description:

Get a DimensionStyle with the specified characteristics the settings other than face, bold and italic are copied from the current style

Syntax:
public int FindOrCreate(
string face,
bool bold,
bool italic
)
Returns:
Type: int
Available since:
5.0

Nothing found