SOLIDWORKS PDM Professional API Help Send Feedback
mpoFolder Field
See Also 
EPDM.Interop.epdm Namespace > EdmFolderInfo Structure : mpoFolder Field


Interface for the folder that was added to the batch using IEdmBatchAddFolders::AddFolder.

Syntax

Visual Basic 
Public mpoFolder As IEdmFolder6
C# 
public IEdmFolder6 mpoFolder
C++/CLI 
public:
IEdmFolder6^ mpoFolder

Remarks

This member is valid only if you specify EdmBatchAddFolderFlag.Ebaff_GetInterface in IEdmBatchAddFolders::AddFolder.

See Also