IConsolePaneMapperObject Property |
Gets the primary
IMapper associated with the renderer for this pane. Note that not
all renderers have a primary mapper so this may return null.
This property is provided only for backward compatibility, you should use Mapper which returns the same result, but properly typed.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax Object MapperObject { get; }
ReadOnly Property MapperObject As Object
Get
Property Value
Type:
ObjectSee Also