Свойство | Тип | Описание | |
---|---|---|---|
m_hash |
Метод | Описание | |
---|---|---|
CanConvertFrom ( ITypeDescriptorContext context, |
whether conversion is allowable
|
|
ConvertFrom ( ITypeDescriptorContext context, |
convert from Name to ElementId
|
|
ConvertTo ( ITypeDescriptorContext context, |
convert from Autodesk.Revit.DB.ElementId to Name
|
|
GetConvertHash ( ) : void |
fill m_hashtable
|
|
GetStandardValues ( ITypeDescriptorContext context ) : StandardValuesCollection |
provide Autodesk.Revit.DB.ElementId collection
|
|
GetStandardValuesExclusive ( ITypeDescriptorContext context ) : bool |
always return true so that user can't input unexpected text
|
|
GetStandardValuesSupported ( ITypeDescriptorContext context ) : bool |
always return true
|
Метод | Описание | |
---|---|---|
ParameterConverter ( ) : System |
initialize m_hash
|
public CanConvertFrom ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | |
sourceType | ||
Результат | bool |
public ConvertFrom ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | |
culture | ||
v | object | Name |
Результат | object |
public ConvertTo ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | |
culture | ||
v | object | ElementId |
destinationType | String | |
Результат | object |
public abstract GetConvertHash ( ) : void | ||
Результат | void |
public GetStandardValues ( ITypeDescriptorContext context ) : StandardValuesCollection | ||
context | ITypeDescriptorContext | |
Результат | StandardValuesCollection |
public GetStandardValuesExclusive ( ITypeDescriptorContext context ) : bool | ||
context | ITypeDescriptorContext | |
Результат | bool |
public GetStandardValuesSupported ( ITypeDescriptorContext context ) : bool | ||
context | ITypeDescriptorContext | |
Результат | bool |