28 I_ASSIGN_MULTI_0(m_xAttrPtr,
"X",
"X-Positions of the poly-line points",
true);
29 I_ASSIGN_MULTI_0(m_yAttrPtr,
"Y",
"Y-Positions of the poly-line points",
true);
30 I_ASSIGN(m_isClosedAttrPtr,
"IsClosed",
"Indicate if poly-line should be initially closed",
true,
false);
38 I_MULTIATTR(
double, m_xAttrPtr);
39 I_MULTIATTR(
double, m_yAttrPtr);
40 I_ATTR(
bool, m_isClosedAttrPtr);
Definition of the data model for a polygon.
Implementation of a poly-line as a component.
virtual void OnComponentCreated() override
TObject2dCompWrap< CPolyline > BaseClass
2D-object representing a polyline.
Common interface for describing the 2D-objects.
Base class for all components implementing 2D objects.
Common class for all classes which objects can be archived or restored from archive.