Click or drag to resize

TerminalGraphicalRepresentation Class

Terminal graphical representation.
Inheritance Hierarchy
SystemObject
  Emulate3D.FMIElementBase
    Emulate3D.FMI.V3.DescriptionAnnotationsBase
      Emulate3D.FMI.V3.DescriptionTerminalGraphicalRepresentation

Namespace:  Emulate3D.FMI.V3.Description
Assembly:  Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 18.04.00
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public sealed class TerminalGraphicalRepresentation : AnnotationsBase

The TerminalGraphicalRepresentation type exposes the following members.

Properties
  NameDescription
Public propertyAnnotations
Annotations.
(Inherited from AnnotationsBase.)
Public propertyDefaultConnectionColor
If non-null, default connection color.
Public propertyDefaultConnectionStrokeSize
If non-null, default connection stroke size.
Public propertyIconBaseName
Icon base name.
Public propertyX1
Coordinate x1.
Public propertyX2
Coordinate x2.
Public propertyY1
Coordinate y1.
Public propertyY2
Coordinate y2.
Top
See Also