Bexel Manager API
Bexel.Api.FamilyID Class Reference

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

Inherits IEquatable< FamilyID >.

Properties

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

Detailed Description

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

Property Documentation

◆ InternalID

int Bexel.Api.FamilyID.InternalID
get

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

◆ SourceID

int Bexel.Api.FamilyID.SourceID
get

Integer which represents an identifier from the source application.

This identifier is unique within a single element source, but not within a single project. In case the source application does not provide an integer identifier, it will be generated automatically.