C# Class RevitPythonShell.Command

A simple structure to hold information about canned commands.
Exibir arquivo Open project: pterelaos/revitpythonshell

Public Properties

Property Type Description
Index int
Name string
Source string

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

Index public_oe property

public int Index
return int

Name public_oe property

public string Name
return string

Source public_oe property

public string Source
return string