Interface BimCTCustomElementPropertiesDataBinding
Hierarchy
- BimCTCustomElementPropertiesDataBinding
Methods
deleteProperty
- deleteProperty(globalIds: string[], groupName: string, propertyName: string): Promise<CustomElementPropertyResult>
-
Parameters
-
globalIds: string[]
-
groupName: string
-
propertyName: string
listCustomElementProperties
- listCustomElementProperties(globalIds?: string[]): Promise<CustomElementProperties>
-
Parameters
-
Optional
globalIds: string[]