ApplyCreatedOperations(CadDocumentSession, IReadOnlyList, IReadOnlyList, IReadOnlyList, String) Method

Definition

Assembly ProCad.Editing.dll
protected CadCommandResult ApplyCreatedOperations(CadDocumentSession session, IReadOnlyList<CadOperation> forwardOperations, IReadOnlyList<CadOperation> inverseOperations, IReadOnlyList<CadEntityId> createdIds, string successMessage)

Parameters

forwardOperations
IReadOnlyList<CadOperation>
inverseOperations
IReadOnlyList<CadOperation>
successMessage
String?

Returns