DrawingFilterDictionaryItem Property (Drawing) |
Gets or sets whether the filter for the specified drawing is enabled.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 10.0.0.0 (10.0.0.0)
Syntaxpublic abstract bool this[
Drawing key
] { get; set; }
Public MustOverride Default Property Item (
key As Drawing
) As Boolean
Get
Set
Parameters
- key
- Type: RootPro.RootProCADDrawing
Drawing
Return Value
Type:
Boolean True if drawing filters are enabled. False if disabled.
Implements
IDictionaryTKey, TValueItemTKey
See Also