Class IfcPostalAddress

IfcPostalAddress class

IfcPostalAddress

public class IfcPostalAddress : IfcAddress

Constructors

NameDescription
IfcPostalAddress()The default constructor.

Properties

NameDescription
AddressLines { get; set; }AddressLines
Country { get; set; }Country
Description { get; set; }Description
EntityLabel { get; }Gets the entity label.
InternalLocation { get; set; }InternalLocation
OfOrganization { get; }OfOrganization
OfPerson { get; }OfPerson
PostalBox { get; set; }PostalBox
PostalCode { get; set; }PostalCode
Purpose { get; set; }Purpose
Region { get; set; }Region
Town { get; set; }Town
UserDefinedPurpose { get; set; }UserDefinedPurpose

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