/*optional*/ ColorRGB | GetColor () |
Get method for attribute "Color" The color of the detail item. Ifnull, the default drawing color is used. | |
/*optional*/ String | GetFontName () |
Get method for attribute "FontName" The name of the linestyle. Ifnull, the default linestyle is used. | |
GetGeometry () | |
Get method for attribute "Geometry" The geometry of the detail entity. | |
/*optional*/ Boolean | |
Get method for attribute "IsConstruction" Whether or not the entity is construction. Ifnull, the entity is not a construction entity. | |
/*optional*/ View2D | GetView () |
Get method for attribute "View" The drawing view associated with the entity. This can be a view of a drawing model, or a drawing sheet background view. | |
/*optional*/ Double | GetWidth () |
Get method for attribute "Width" The width of the entity line. Ifnull, the default width is used. | |
void | |
Set method for attribute "Color" The color of the detail item. Ifnull, the default drawing color is used. | |
void | SetFontName ( /*optional*/ String value) |
Set method for attribute "FontName" The name of the linestyle. Ifnull, the default linestyle is used. | |
void | |
Set method for attribute "Geometry" The geometry of the detail entity. | |
void | SetIsConstruction ( /*optional*/ Boolean value) |
Set method for attribute "IsConstruction" Whether or not the entity is construction. Ifnull, the entity is not a construction entity. | |
void | |
Set method for attribute "View" The drawing view associated with the entity. This can be a view of a drawing model, or a drawing sheet background view. | |
void | SetWidth ( /*optional*/ Double value) |
Set method for attribute "Width" The width of the entity line. Ifnull, the default width is used. |
GetGeometry | ||
GetGeometry | () | |
SetGeometry | ||
void | SetGeometry |
GetIsConstruction | ||
/*optional*/ Boolean | GetIsConstruction | () |
SetIsConstruction | ||
void | SetIsConstruction | ( /*optional*/ Boolean value) |
GetFontName | ||
/*optional*/ String | GetFontName | () |
SetFontName | ||
void | SetFontName | ( /*optional*/ String value) |
GetWidth | ||
/*optional*/ Double | GetWidth | () |
SetWidth | ||
void | SetWidth | ( /*optional*/ Double value) |