Class XbimReferencedModel
A model that is referenced by another XbimModel
Inheritance
System.Object
XbimReferencedModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc
Assembly: Xbim.Ifc.dll
Syntax
public class XbimReferencedModel : IReferencedModel, IDisposable
Constructors
| Improve this Doc View SourceXbimReferencedModel(IIfcDocumentInformation)
Declaration
public XbimReferencedModel(IIfcDocumentInformation documentInformation)
Parameters
Type | Name | Description |
---|---|---|
IIfcDocumentInformation | documentInformation |
Fields
| Improve this Doc View SourceDocumentInformation
Declaration
public IIfcDocumentInformation DocumentInformation
Field Value
Type | Description |
---|---|
IIfcDocumentInformation |
Properties
| Improve this Doc View SourceDocumentInfoTransaction
Declaration
public ITransaction DocumentInfoTransaction { get; }
Property Value
Type | Description |
---|---|
ITransaction |
Identifier
Returns the identifier for this reference within the scope of the referencing model
Declaration
public string Identifier { get; }
Property Value
Type | Description |
---|---|
System.String |
Model
Declaration
public IModel Model { get; }
Property Value
Type | Description |
---|---|
IModel |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OwningOrganisation
Declaration
public string OwningOrganisation { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Role
Declaration
public string Role { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceClose()
Declaration
public void Close()
Dispose()
Declaration
public void Dispose()
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Implements
System.IDisposable