C# Class Revit.SDK.Samples.Loads.CS.UsageMap

The map class which store the data and display in usageDataGridView
Mostrar archivo Open project: AMEE/revit Class Usage Examples

Public Methods

Method Description
UsageMap ( Loads dataBuffer ) : System

Constructor with Set = false, Name="", This should not be called.

UsageMap ( Loads dataBuffer, System.Boolean set, String name ) : System

constructor

UsageMap ( Loads dataBuffer, String name ) : System

constructor with Set = false

Method Details

UsageMap() public method

Constructor with Set = false, Name="", This should not be called.
public UsageMap ( Loads dataBuffer ) : System
dataBuffer Loads The reference of Loads
return System

UsageMap() public method

constructor
public UsageMap ( Loads dataBuffer, System.Boolean set, String name ) : System
dataBuffer Loads The reference of Loads
set System.Boolean The value set to Set property
name String The value set to Name property
return System

UsageMap() public method

constructor with Set = false
public UsageMap ( Loads dataBuffer, String name ) : System
dataBuffer Loads The reference of Loads
name String The value set to Name property
return System