| Visual Basic | |
|---|---|
Sub SetCardSource( _ ByVal lCardID As System.Integer, _ Optional ByVal bsExtensions As System.String _ ) | |
| C# | |
|---|---|
void SetCardSource( System.int lCardID, System.string bsExtensions ) | |
| C++/CLI | |
|---|---|
void SetCardSource( & System.int lCardID, & System.String^ bsExtensions ) | |
Parameters
- lCardID
- ID of card to use
- bsExtensions
- Semicolon-delimited list of extensions; e.g., "DOC;XLS"
See the IEdmFolderData5 examples.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional Version 5.2