C# Класс Revit.SDK.Samples.SpotDimension.CS.SpotDimensionParams

this class is used to get some information of SpotDimension's Parameters
Показать файл Открыть проект

Открытые методы

Метод Описание
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