[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;
the FigureKind can only be changed within the group 'Rectangle, RoundRectangle and Ellipse' or within the group 'Line and Polygon'
FigureObject Class | EbsOpen Namespace