C# Class BuildingCoder.CmdCreateLineStyle

Inheritance: IExternalCommand
Afficher le fichier Open project: jeremytammik/the_building_coder_samples

Méthodes publiques

Méthode Description
CreateLineStyle ( Document doc ) : void

Create a new line style using NewSubcategory

Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : Result

Method Details

CreateLineStyle() public méthode

Create a new line style using NewSubcategory
public CreateLineStyle ( Document doc ) : void
doc Document
Résultat void

Execute() public méthode

public Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : Result
commandData ExternalCommandData
message string
elements ElementSet
Résultat Result