Class BimLinkScope
- Namespace
- IdeaStatiCa.BimApiLink.Scoping
- Assembly
- IdeaStatiCa.BimApiLink.dll
public class BimLinkScope : IScope, IDisposable
Inheritance
Implements
Inherited Members
Constructors
BimLinkScope(IBimApiImporter, IScopeHook, CountryCode, object)
public BimLinkScope(IBimApiImporter bimApiImporter, IScopeHook scopeHook, CountryCode countryCode, object userData)
Parameters
bimApiImporter
IBimApiImporterscopeHook
IScopeHookcountryCode
CountryCodeuserData
object
Properties
BimApiImporter
public IBimApiImporter BimApiImporter { get; }
Property Value
CountryCode
public CountryCode CountryCode { get; }
Property Value
- CountryCode
UserData
public object UserData { get; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()