Class IfcPerson

IfcPerson class

IfcPerson

public class IfcPerson : IfcEntityBase

Constructors

NameDescription
IfcPerson()The default constructor.

Properties

NameDescription
Addresses { get; set; }
Childs { get; }
EngagedIn { get; }
EntityLabel { get; }Gets the entity label. Each entity has its label, which is unique and represents it in the file
FamilyName { get; set; }
GivenName { get; set; }
Id { get; set; }
Id { get; }
MiddleNames { get; set; }
PrefixTitles { get; set; }
Roles { get; set; }
SuffixTitles { get; set; }

Methods

NameDescription
override Equals(object)Determines whether the specified is equal to this instance.
override GetHashCode()Returns a hash code for this instance.

See Also