DesignZoneTableBaseT, TTLoadZones Method
Namespace: PCBI_API_Extensions.ZonesAssembly: PCBI.API_Library (in PCBI.API_Library.dll) Version: 17.0.0.0 (17.0.0.0)
public virtual DesignZoneTableBase<T, TT> LoadZones(
IPCBIWindow parent,
bool ShowDialog
)
Public Overridable Function LoadZones (
parent As IPCBIWindow,
ShowDialog As Boolean
) As DesignZoneTableBase(Of T, TT)
public:
virtual DesignZoneTableBase<T, TT>^ LoadZones(
IPCBIWindow^ parent,
bool ShowDialog
)
abstract LoadZones :
parent : IPCBIWindow *
ShowDialog : bool -> DesignZoneTableBase<'T, 'TT>
override LoadZones :
parent : IPCBIWindow *
ShowDialog : bool -> DesignZoneTableBase<'T, 'TT>
- parent IPCBIWindow
-
- ShowDialog Boolean
-
DesignZoneTableBaseT,
TT