Gets the IStorage interface to the specified third-party storage store of this model document.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function Get3rdPartyStorageStore( _
ByVal SubStorageName As System.String, _
ByVal IsStoring As System.Boolean _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMDocument19
Dim SubStorageName As System.String
Dim IsStoring As System.Boolean
Dim value As System.Object
value = instance.Get3rdPartyStorageStore(SubStorageName, IsStoring) |
Parameters
- SubStorageName
- Name of the storage
- IsStoring
- True if writing data, false if reading data
Return Value
Pointer to Unknown (see
Remarks)
Example
Remarks
See Also
Availability
SOLIDWORKS Document Manager API 2015 SP0