DocumentFindUserResource Method (String) |
Gets the UserResource instance with the specified path within this document's user resources.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 10.0.0.6737
Syntaxpublic UserResource FindUserResource(
string localPath
)
Parameters
- localPath
- Type: SystemString
The local path of the user resource within this document.
Return Value
Type:
UserResourceThe user resource matching the localPath.
See Also