insert method

insert(self, index, type, pts, pts_type, b_relative_coord)

Insert new command to path

def insert(self, index, type, pts, pts_type, b_relative_coord):
    ...
ParameterTypeDescription
indexint
typeMotionCommandPathType
ptsList[aspose.slides.PointF]
pts_typeMotionPathPointsType
b_relative_coordbool

See Also