Click or drag to resize

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
Syntax
C#
public UserResource FindUserResource(
	string localPath
)

Parameters

localPath
Type: SystemString
The local path of the user resource within this document.

Return Value

Type: UserResource
The user resource matching the localPath.
See Also