Creates a factory that can be used to access standard objects in another document.
These objects provide the functionality of the standard predefined iLogic objects in rules.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 25.0
Syntax
VB
Function CreateObjectProvider (
document As Document
) As IStandardObjectProvider
C#
IStandardObjectProvider CreateObjectProvider(
Document document
)
Parameters
- document
- Type: Document
The document that the new standard objects will use as their base document.
Return Value
Type:
IStandardObjectProvider
See Also
Reference