Click or drag to resize
FileHandlerExtensionEnsureLocalDocument Method
Some operation is about to be using given document. FileHandler may ensure it exists.

Namespace: CTExtensions.Interfaces
Assembly: CTInterface (in CTInterface.dll)
Syntax
public virtual void EnsureLocalDocument(
	string bsFilename,
	string bsConfiguration
)

Parameters

bsFilename
Type: SystemString
Full path to the model about to be loaded in to export dialog
bsConfiguration
Type: SystemString
configuration about to be used in operation
Availability

CUSTOMTOOLS 2020 SP0


See Also