IGet3rdPartyStorageStore Method (IModelDocExtension)
Gets the IStorage interface to the specified storage in this model document.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGet3rdPartyStorageStore( _
ByVal SubStorageName As System.String, _
ByVal IsStoring As System.Boolean _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As IModelDocExtension
Dim SubStorageName As System.String
Dim IsStoring As System.Boolean
Dim value As System.Object
value = instance.IGet3rdPartyStorageStore(SubStorageName, IsStoring) |
Parameters
- SubStorageName
- Name of the storage
- IsStoring
- True if you are storing data, false if not
Return Value
IUnknown (see
Remarks)
Remarks
See Also