Bexel Manager API Documentation
Bexel.Api.BuildingStoreyID Class Reference

A unique identification for a Bexel.Api.BuildingStorey within a single Bexel.Api.Project. More...

Inheritance diagram for Bexel.Api.BuildingStoreyID:
IEquatable

Public Member Functions

bool Equals (BuildingStoreyID other)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Static Public Member Functions

static bool operator== (BuildingStoreyID left, BuildingStoreyID right)
 
static bool operator!= (BuildingStoreyID left, BuildingStoreyID right)
 

Properties

int InternalID [get]
 Integer which represents an internal identifier generated by the host application. More...
 

Detailed Description

A unique identification for a Bexel.Api.BuildingStorey within a single Bexel.Api.Project.

Property Documentation

◆ InternalID

int Bexel.Api.BuildingStoreyID.InternalID
get

Integer which represents an internal identifier generated by the host application.

This identifier is guaranteed to be unique within a single project.