EbsOpen Class Library for EBSILON®Professional

FigureObject.ChangeFigureKind Method 

[Visual Basic]
Public Function ChangeFigureKind( _ 
   ByVal FigureKind As EpFigureKind _ 
) As Boolean
[C#]
public bool ChangeFigureKind(
   EpFigureKind FigureKind
);
[C++]
public: bool ChangeFigureKind(
   EpFigureKind FigureKind
);
[JScript]
public function ChangeFigureKind(
   EpFigureKind FigureKind
): bool;

Remarks

the FigureKind can only be changed within the group 'Rectangle, RoundRectangle and Ellipse' or within the group 'Line and Polygon'

See Also

FigureObject Class | EbsOpen Namespace