C# 클래스 Revit.SDK.Samples.Loads.CS.UsageMap

The map class which store the data and display in usageDataGridView
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

UsageMap() 공개 메소드

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

UsageMap() 공개 메소드

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
리턴 System

UsageMap() 공개 메소드

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
리턴 System