Share

ICadDoc.FactoryDocument Property

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: Document
The document (an Inventor API object).

See Also

Reference

Was this information helpful?