IMotionPath

Interface IMotionPath

Représente le chemin de mouvement.

public interface IMotionPath : IEnumerable<IMotionCmdPath>

Propriétés

NomDescription
AsIEnumerable { get; }Permet d’obtenir l’interface de base IBehavior. En lecture seule IEnumerable.
Count { get; }Retourne le nombre de chemins dans la collection. En lecture seule Int32.
Item { get; }Retourne une commande à l’index spécifié.

Méthodes

NomDescription
Add(MotionCommandPathType, PointF[], MotionPathPointsType, bool)Ajoute une nouvelle commande au chemin
Clear()Supprime toutes les commandes de la collection.
Insert(int, MotionCommandPathType, PointF[], MotionPathPointsType, bool)Insère une nouvelle commande au chemin
Remove(IMotionCmdPath)Supprime les commandes spécifiées de la collection.
RemoveAt(int)Supprime une commande à l’index spécifié.

Voir aussi