UserResourceMergeConstraintsMergeResourceToDocument Method  | 
 
            Merges a specific UserResource into a document's UserResourceLibrary.
            
 
    Namespace: 
   Demo3D.Visuals
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic static UserResource MergeResourceToDocument(
	UserResource userResource,
	Document document
)
Parameters
- userResource
 - Type: Demo3D.VisualsUserResource
The UserResource to copy. - document
 - Type: Demo3D.VisualsDocument
The document to copy the UserResource into. 
Return Value
Type: 
UserResourceThe new instance of UserResource that was created in the document.
See Also