Click or drag to resize

BaseClassGraphicObject Property

Gets or sets the graphic object representation of this object in the flowsheet.

Namespace: DWSIM.SharedClasses.UnitOperations
Assembly: DWSIM.SharedClasses (in DWSIM.SharedClasses.dll) Version: 8.8.1.0
Syntax
[XmlIgnoreAttribute]
public IGraphicObject GraphicObject { get; set; }
Request Example View Source

Property Value

IGraphicObject

Return Value

IGraphicObject

Implements

ISimulationObjectGraphicObject
See Also