C# 클래스 Revit.SDK.Samples.SpotDimension.CS.SpotDimensionParams

this class is used to get some information of SpotDimension's Parameters
파일 보기 프로젝트 열기: AMEE/revit

공개 메소드들

메소드 설명
GetParameterTable ( Autodesk spotDimension ) : DataTable

get a datatable contains parameters'information of SpotDimension here, almost only get Type Parameters of SpotDimension

SpotDimensionParams ( Document document ) : System

a constructor of class SpotDimensionParams

비공개 메소드들

메소드 설명
AddDataRow ( string parameterName, string Value, DataTable parameterTable ) : void

add one row to datatable

CreateTable ( ) : DataTable

Create an empty table with parameter's name column and value column

SpotDimensionParams ( ) : System

static constructor used to initialize lists

메소드 상세

GetParameterTable() 공개 메소드

get a datatable contains parameters'information of SpotDimension here, almost only get Type Parameters of SpotDimension
public GetParameterTable ( Autodesk spotDimension ) : DataTable
spotDimension Autodesk the SpotDimension need to be dealt with
리턴 System.Data.DataTable

SpotDimensionParams() 공개 메소드

a constructor of class SpotDimensionParams
public SpotDimensionParams ( Document document ) : System
document Document external command document of Revit
리턴 System