<Code Lib>
2026 Method
Changes 0
M

ExternalResourceLoadContext.CallingDocumentHasModelPath

Description:
Indicates whether the document requesting the external resource has a defined ModelPath.
Remarks:
A project that is detached, or has not been saved to disk yet, will not have a ModelPath.

public bool CallingDocumentHasModelPath()

Boolean True if the document has a defined ModelPath.

Loading…