Interface IIfcComplexPropertyTemplate
Readonly interface for IfcComplexPropertyTemplate
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcComplexPropertyTemplate : IIfcPropertyTemplate, IIfcPropertyTemplateDefinition, IIfcPropertyDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
HasPropertyTemplates
Declaration
IItemSet<IIfcPropertyTemplate> HasPropertyTemplates { get; }
Property Value
|
Improve this Doc
View Source
TemplateType
Declaration
IfcComplexPropertyTemplateTypeEnum? TemplateType { get; set; }
Property Value
|
Improve this Doc
View Source
UsageName
Declaration
IfcLabel? UsageName { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|