Click or drag to resize

LayerIsEmpty Property

Get a value indicating whether it is an empty layer.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract bool IsEmpty { get; }

Property Value

Type: Boolean
True if the layer is empty.Otherwise false.
See Also