Click or drag to resize

CEDB Methods

The CEDB type exposes the following members.

Methods
  NameDescription
Public methodApplyFormulaInternal
Apply a formula to selected cells of the current line. (Do not use this wrapper if you want to apply a formula across multiple lines) Notes: The current selection must be on cell(s) of a channel or on the a channel header. If the selection is on cell(s) of a channel, the formula is applied to only these cells. If the selection is on a channel header, the formula is applied to every cell in the channel. The given formula string must be of the form: "<NameOfCurrentChannel>=<SomeExpression>;" e.g. "x=y+1;"
Public methodStatic memberCurrent
This method returns the Current Edited Database.
Public methodStatic memberCurrentIfExists
This method returns the Current Edited Database.
Public methodStatic memberCurrentNoActivate
This method returns the Current Edited Database.
Public methodDelLine0
Delete Line 0.
Public methodDestroyView
Removes the view from the workspace.
Protected methodDispose (Overrides CHANDLEDispose(Boolean).)
Public methodGetCurChanSymb
Returns the currently marked channel symbol.
Public methodGetCurLineSymb
Get current line symbol.
Public methodGetCurPoint
Returns the coordinates of the currently selected point in the database (first value if range selected)
Public methodGetDisplFidRange
Return the displayed fiducial start index & number of cells
Public methodGetFidRange
Returns currently displayed fid range
Public methodGetNextLineSymb
Returns the next line symbol.
Public methodGetPrevLineSymb
Returns the previous line symbol.
Public methodGetProfileRangeX
Get profile X range and X channel
Public methodGetProfileRangeY
Get profile Y range and display option
Public methodGetProfileSplit
Get profile split for 3 windows.
Public methodGetProfileSplit5
Get profile split for 5 windows.
Public methodGetProfileSplitVV
Get profile window splits.
Public methodGetProfileVerticalGridLines
Get profile grid vertical line info.
Public methodGetProfileWindow
Get profile window size
Public methodGetProfileXAxisOptions
Get profile X-axis options
Public methodGetWindowPosition
Get the map window's position and dock state
Public methodGotoColumn
Move the channel marker to a specific column.
Public methodGotoElem
Goto an element in the current line.
Public methodGotoLine
Goto to a line symbol in the editor.
Public methodHistogram
Create histogram stats.
Public methodiAllChanList
Get a list of the all channels but in the way they are displayed.
Public methodiChannels
Returns number of displayed channels
Public methodiDispChanList
Get a list of the displayed channel symbols.
Public methodiDispChanLST
Get a list of the displayed channel names.
Public methodiDispClassChanLST
Get a list of the displayed channels in a given channel class.
Public methodiFindChannelColumn
Find the column that contains a channel
Public methodiFindNearest
Find the nearest point on the current line based on X,Y and Z and their projection.
Public methodIGetCurChan(String)
Get current channel name.
Public methodIGetCurChan(String, Int32)
Get current channel name.
Public methodIGetCurFidString(String)
This method returns the currently selected value at the current fid (if available).
Public methodIGetCurFidString(String, Int32)
This method returns the currently selected value at the current fid (if available).
Public methodIGetCurLine(String)
Get current line name.
Public methodIGetCurLine(String, Int32)
Get current line name.
Public methodiGetCurMark
Returns the current data mark info.
Public methodIGetCurrentSelection(String, String, String, String)
Get current selection information.
Public methodIGetCurrentSelection(String, Int32, String, Int32, String, Int32, String, Int32)
Get current selection information.
Public methodStatic memberiGetDatabasesLST
Load the file names of open databases into a LST.
Public methodiGetMarkChanVA
Get channel data for the current mark.
Public methodiGetMarkChanVV
Get channel data for the current mark.
Public methodIGetName(String)
Get the name of the database object of this EDB.
Public methodIGetName(String, Int32)
Get the name of the database object of this EDB.
Public methodiGetProfileParm
Get integer profile parameter
Public methodiGetWindowState
Retrieve the current state of the database window
Public methodiGetWindowYAxisDirection
Get the y-axis direction for a window
Public methodStatic memberiHaveCurrent
Checks if any database is currently loaded
Public methodiIsLocked
Checks if the database locked
Public methodStatic memberiLoaded
Checks if a specific database is loaded.
Public methodiProfileOpen
Return TRUE or FALSE if profile window is open
Public methodiProfileShown
Return index of first profile window in which a profile is shown
Public methodiReadOnly
Checks if a database is currently opened in a read-only mode.
Public methodiShowProfileName
Show a profile in the profile window
Public methodiWindowProfiles
Get number of profiles in a window
Public methodLaunchHistogram
Launch histogram tool on a database.
Public methodLaunchScatter
Launch scatter tool on a database.
Public methodStatic memberLoad
Loads a list of databases into the workspace
Public methodLoadAllChans
Load all channels into current database
Public methodLoadChan
Load a channel into current database
Public methodLoadChannelAfter
Loads the channel after specified channel
Public methodStatic memberLoadControl
Version of Load_EDB that can be used to load a database via subclassing into a Windows control.
Public methodStatic memberLoadNew
Loads a database into the workspace, flags as new.
Public methodStatic memberLoadNewControl
Version of LoadNew_EDB that can be used to load a database via subclassing into a Windows control.
Public methodStatic memberLoadNoActivate
Loads documents into the workspace
Public methodStatic memberLoadPass
Loads a database into the editor with login and password.
Public methodStatic memberLoadPassControl
Version of LoadPass_EDB that can be used to load a database via subclassing into a Windows control.
Public methodStatic memberLoadWithView
Load an EDB with the view from a current EDB.
Public methodStatic memberLoadWithViewControl
Version of LoadWithView_EDB that can be used to load a database via subclassing into a Windows control.
Public methodLock
This method locks the Edited Database.
Public methodMakeCurrent
Makes this EDB object the current active object to the user.
Public methodProfileRescaleAll
Rescale all profiles in a selected window in both X and Y, based on current scaling selections
Public methodRemoveProfile
Remove a profile from the profile window
Public methodrGetCurFid
This method returns the currently selected fiducial if the user is selecting a fiducial. If not, it returns a dummy.
Public methodrGetProfileParm
Get real profile parameter
Public methodrGetSplit
Get split ratio between spreadsheet and profile sections.
Public methodRunChannelMaker
Run the maker for a single channel.
Public methodRunChannelMakers
Recreate channels with makers.
Public methodSetCurLine
Set the current line name.
Public methodSetCurLineNoMessage
Set Line but do not send a message.
Public methodSetCurMark
Set the current mark.
Public methodSetProfileParmI
Set integer profile parameter
Public methodSetProfileParmR
Set real profile parameter
Public methodSetProfileRangeX
Set profile X range and X channel
Public methodSetProfileRangeY
Set profile Y range and display option
Public methodSetProfileSplit
Set profile split for 3 windows.
Public methodSetProfileSplit5
Set profile split for 5 windows.
Public methodSetProfileSplitVV
Set profile splits
Public methodSetProfileXAxisOptions
Set profile X-axis options
Public methodSetSplit
Set split ratio between spreadsheet and profile sections.
Public methodSetWindowPosition
Get the map window's position and dock state
Public methodSetWindowState
Changes the state of the database window
Public methodShowProfile
Show a profile in the profile window
Public methodStatistics
Add all currently selected data to the ST.
Public methodStatic memberUnLoad
Unloads an edited database.
Public methodStatic memberUnLoadAll
Unloads all opened databases
Public methodUnLoadAllChans
Unload all channels into current database
Public methodUnLoadChan
Unload a channel into current database
Public methodStatic memberUnLoadDiscard
Unloads a database in the workspace, discards changes.
Public methodStatic memberUnLoadVerify
Unloads an edited database, optional prompt to save.
Public methodUnLock
This method unlocks the Edited Database.
Top
See Also