Interface IReferencedModel
Assembly: Xbim.Common.dll
Syntax
public interface IReferencedModel
Properties
|
Improve this Doc
View Source
Identifier
Returns the unique identifier for this reference within the scope of the referencing model.
Declaration
string Identifier { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Model
Declaration
Property Value
|
Improve this Doc
View Source
Name
Mostly URI of the federated model so that when this is serialized it can be used to reopen the federation
Declaration
string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
OwningOrganisation
The name of the organisation that created and owns this model
Declaration
string OwningOrganisation { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Role
The role of the organisation that created this model, i.e. Architect, Engineer etc
Declaration
string Role { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Close()
Declaration