Solid Edge Assembly Type Library
RootStorage Property
Description
Returns the IUnknown pointer to the object implementing the root storage of the referenced document.
Property type
Read-only property
Syntax
Visual Basic
Public Property RootStorage As Unknown
Remarks
Use QueryInterface on the returned pointer to retrieve the IStorage interface pointer. You can use QueryInterface for the IPropertySetStorage to create or access your own Property Sets. See Windows API Help for more information on IPropertySetStorage. Before returning control to Solid Edge, you must release the pointer returned to you as well as other storage and stream pointers you may have obtained.
See Also

AssemblyDocument Object  | AssemblyDocument Members