Interface IIfcPerson
Readonly interface for IfcPerson
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcPerson : IfcActorSelect, IIfcActorSelect, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
Addresses
Declaration
IItemSet<IIfcAddress> Addresses { get; }
Property Value
|
Improve this Doc
View Source
EngagedIn
Declaration
IEnumerable<IIfcPersonAndOrganization> EngagedIn { get; }
Property Value
|
Improve this Doc
View Source
FamilyName
Declaration
IfcLabel? FamilyName { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
GivenName
Declaration
IfcLabel? GivenName { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
Identification
Declaration
IfcIdentifier? Identification { get; set; }
Property Value
|
Improve this Doc
View Source
MiddleNames
Declaration
IItemSet<IfcLabel> MiddleNames { get; }
Property Value
|
Improve this Doc
View Source
PrefixTitles
Declaration
IItemSet<IfcLabel> PrefixTitles { get; }
Property Value
|
Improve this Doc
View Source
Roles
Declaration
IItemSet<IIfcActorRole> Roles { get; }
Property Value
|
Improve this Doc
View Source
SuffixTitles
Declaration
IItemSet<IfcLabel> SuffixTitles { get; }
Property Value