Creates a standard object provider based on the given document.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 25.0
Syntax
VB
Public Shared Function Create (
document As Document
) As IStandardObjectProvider
C#
public static IStandardObjectProvider Create(
Document document
)
Parameters
- document
- Type: Document
The document to be used by iLogic standard objects that are properties of the created object.
Return Value
Type:
IStandardObjectProvider
See Also
Reference