Deletes the specified third-party storage.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function Delete3rdPartyStorage( _
ByVal StringIn As System.String _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMDocument20
Dim StringIn As System.String
Dim value As System.Boolean
value = instance.Delete3rdPartyStorage(StringIn) |
C# | |
---|
System.bool Delete3rdPartyStorage(
System.string StringIn
) |
C++/CLI | |
---|
System.bool Delete3rdPartyStorage(
& System.String^ StringIn
) |
Parameters
- StringIn
- Name of the stream to delete
Return Value
True if the stream is deleted, false if not
See Also
Availability
SOLIDWORKS Document Manager API 2016 FCS