Gets an IStream interface to the specified third-party storage of this model document.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function Get3rdPartyStorage( _
ByVal StringIn As System.String, _
ByVal IsStoring As System.Boolean _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMDocument19
Dim StringIn As System.String
Dim IsStoring As System.Boolean
Dim value As System.Object
value = instance.Get3rdPartyStorage(StringIn, IsStoring) |
C++/CLI | |
---|
System.Object^ Get3rdPartyStorage(
& System.String^ StringIn,
& System.bool IsStoring
) |
Parameters
- StringIn
- Name of the stream; the name should be less than 30 characters and must be unique and qualified among all of the software parties storing within the current session
- 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