Interface IIfcProxy
Readonly interface for IfcProxy
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcProxy : IIfcProduct, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IfcProductSelect, IIfcProductSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
ProxyType
Declaration
IfcObjectTypeEnum ProxyType { get; set; }
Property Value
|
Improve this Doc
View Source
Tag
Declaration
IfcLabel? Tag { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|