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) Version: 25.0
Syntax
public virtual void EnsureLocalDocument(
	string bsFilename,
	string bsConfiguration
)

Parameters

bsFilename  String
Full path to the model about to be loaded in to export dialog
bsConfiguration  String
configuration about to be used in operation
Revision History
DateVersionDescription
-2020 SP0First Release
See Also