C# Class BuildingCoder.ElementData

Exibir arquivo Open project: jeremytammik/the_building_coder_samples

Public Methods

Method Description
ElementData ( string path, string elementName, int id, double x, double y, double z, string uniqueId ) : System

Method Details

ElementData() public method

public ElementData ( string path, string elementName, int id, double x, double y, double z, string uniqueId ) : System
path string
elementName string
id int
x double
y double
z double
uniqueId string
return System