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

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

Méthodes publiques

Méthode 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 méthode

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

UsageMap() public méthode

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
Résultat System

UsageMap() public méthode

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
Résultat System