Interface IIfcPropertySetDefinition
Readonly interface for IfcPropertySetDefinition
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcPropertySetDefinition : IIfcPropertyDefinition, IIfcRoot, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
DefinesType
Declaration
IEnumerable<IIfcTypeObject> DefinesType { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<IIfcTypeObject> |
|
|
Improve this Doc
View Source
PropertyDefinitionOf
Declaration
IEnumerable<IIfcRelDefinesByProperties> PropertyDefinitionOf { get; }
Property Value