LayerTableFind Method (Guid, String, Boolean) |
Note: This API is now obsolete.
Namespace: Rhino.DocObjects.Tables
[ObsoleteAttribute("ignoreDeletedLayers is no longer supported for research by name. Use the overload with notFoundReturnValue (-1 was the previous default).")] public int Find( Guid parentId, string layerName, bool ignoreDeletedLayers )
<ObsoleteAttribute("ignoreDeletedLayers is no longer supported for research by name. Use the overload with notFoundReturnValue (-1 was the previous default).")> Public Function Find ( parentId As Guid, layerName As String, ignoreDeletedLayers As Boolean ) As Integer