Property | Type | Description | |
---|---|---|---|
m_hash |
Method | Description | |
---|---|---|
BartypeConverter ( ) : System |
initialize m_hash
|
|
CanConvertFrom ( ITypeDescriptorContext context, |
whether conversion is allowed
|
|
ConvertFrom ( ITypeDescriptorContext context, |
convert from Name to ElementId
|
|
ConvertTo ( ITypeDescriptorContext context, |
convert from Autodesk.Revit.DB.ElementId to Name
|
|
GetConvertHash ( ) : void |
fill hash table
|
|
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 |
Get supported standard value
|
public CanConvertFrom ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | |
sourceType | ||
return | bool |
public ConvertFrom ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | |
culture | ||
v | object | Name |
return | object |
public ConvertTo ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | |
culture | ||
v | object | ElementId |
destinationType | String | |
return | object |
public GetStandardValues ( ITypeDescriptorContext context ) : StandardValuesCollection | ||
context | ITypeDescriptorContext | |
return | StandardValuesCollection |
public GetStandardValuesExclusive ( ITypeDescriptorContext context ) : bool | ||
context | ITypeDescriptorContext | |
return | bool |
public GetStandardValuesSupported ( ITypeDescriptorContext context ) : bool | ||
context | ITypeDescriptorContext | |
return | bool |