C# Class RevitPythonShell.Command

A simple structure to hold information about canned commands.
Afficher le fichier Open project: pterelaos/revitpythonshell

Méthodes publiques

Свойство Type Description
Index int
Name string
Source string

Méthodes publiques

Méthode Description
ToString ( ) : string

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Index public_oe property

public int Index
Résultat int

Name public_oe property

public string Name
Résultat string

Source public_oe property

public string Source
Résultat string