C# Class CompartmentMapping.SelectedCompartmentPart

This class represents a part of a compartment shape.
This part can be the head or an compartment element
Show file Open project: thabart/SimpleOrm Class Usage Examples

Public Properties

Property Type Description
Element ModelElement
IsRegularShape bool
Type SelectedCompartmentPartType

Public Methods

Method Description
Clone ( ) : SelectedCompartmentPart

Method Details

Clone() public method

public Clone ( ) : SelectedCompartmentPart
return SelectedCompartmentPart

Property Details

Element public property

public ModelElement Element
return ModelElement

IsRegularShape public property

public bool IsRegularShape
return bool

Type public property

public SelectedCompartmentPartType Type
return SelectedCompartmentPartType