Share

ICadDrawing.ModelFactoryDocument Property

If the document returned by the ModelDocument is a model state member document, then this will get the corresponding factory document.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0

Syntax

VB

ReadOnly Property ModelFactoryDocument As Document
	Get

C#

Document ModelFactoryDocument { get; }

Return Value

Type: Document
The document (an Inventor API object).

See Also

Reference

Was this information helpful?