IRelease3rdPartyStorage Method (IModelDoc)
Obsolete. Superseded by IModelDoc2::IRelease3rdPartyStorage.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub IRelease3rdPartyStorage( _
ByVal StringIn As System.String _
) |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc
Dim StringIn As System.String
instance.IRelease3rdPartyStorage(StringIn) |
C# | |
---|
void IRelease3rdPartyStorage(
System.string StringIn
) |
C++/CLI | |
---|
void IRelease3rdPartyStorage(
& System.String^ StringIn
) |
Parameters
- StringIn
-
See Also