KitchenDraw SDK 2
Show / Hide Table of Contents

Method TryPlaceObjectFromUrl

TryPlaceObjectFromUrl(string, out Object)

The same as PlaceObjectFromUrl(string) except that it doesn't throw an exception if fails to place the object.

Declaration
public bool TryPlaceObjectFromUrl(string webCatalogUrl, out Scene.Object placedObject)
Parameters
Type Name Description
string webCatalogUrl
Scene.Object placedObject
Returns
Type Description
bool

true if an object was successfully placed, false otherwise.

Remarks

See PlaceObjectFromUrl(string) for details.

In this article
Back to top Generated by DocFX