|
![]() |
Extends the NET interface IDynamicMetaObjectProvider to include provision of dynamic properties.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public Interface IHasDynamicProperties _ Inherits IDynamicMetaObjectProvider |
C# |
---|
public interface IHasDynamicProperties : IDynamicMetaObjectProvider |
Visual C++ |
---|
public interface class IHasDynamicProperties : IDynamicMetaObjectProvider |
Remarks
This is primarily an internal implementation detail. It is not anticipated that typical API client code will use this interface.
API objects that implement this interface offer DLR dynamic properties in a similar but more restricted manner to
DynamicObject, specifically that of offering dynamic properties only. API objects cannot directly use
DynamicObject due to already having inherited from NativeHandle.