Class: ARCHline.Style
Class: ARCHline.Style
Inherits:
ARCHline.Style
show all
Overview
This class holds the style property of an ARCHline entity.
Version:
2021 development
Instance Property Summary
- [
#guid ⇒ { get; }
](#guid-instance_property)
The ARCHline guid of the style.
- [
#name ⇒ { get; }
](#name-instance_property)
The name of the style.
- [
#type ⇒ { get; set; }
](#type-instance_property)
The type of the entity which can have this style.
- [
#typeId ⇒ { get; set; }
](#typeId-instance_property)
The id of the type of the entity which can have this style.
#guid ⇒ { get; }
The ARCHline guid of the style.
Type:
String
Version:
- 2021 development
#name ⇒ { get; }
The name of the style.
Type:
String
Version:
- 2021 development
#type ⇒ { get; set; }
The type of the entity which can have this style.
Type:
String
Version:
- 2021 development
#typeId ⇒ { get; set; }
The id of the type of the entity which can have this style.
Type:
Integer
Version:
- 2021 development
Instance Method Summary
- [
#Style(type)
](#Style-instance_method)
#Style(type)
Parameters:
type
(Integer)
—
The id of the type of the entity which can have this style.
Version:
- 2021 development