If the rule is running in a model state member document, this returns the corresponding factory document.
Otherwise, in a part or assembly this returns the same object as the Document property.
In a drawing, this returns Nothing.
Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0
Syntax
VB
ReadOnly Property FactoryDocument As Document Get
C#
Document FactoryDocument { get; }
Return Value
Type: DocumentThe document (an Inventor API object).