IDBConfigReaderGetNoticeBoardConfiguration Method |
Get the configuration dataset for a noticeboard
Namespace:
Cadcorp.Configuration.Connectors
Assembly:
Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
SyntaxNoticeBoardDataSet GetNoticeBoardConfiguration(
string noticeBoardName
)
Function GetNoticeBoardConfiguration (
noticeBoardName As String
) As NoticeBoardDataSet
Parameters
- noticeBoardName
- Type: SystemString
the name of the notice board
Return Value
Type:
NoticeBoardDataSetA dataset containing the configuration
See Also