Removed Methods and Properties in 3.0.0.139

Methods and properties removed in version 3.0.0.139 and their replacements

The following table lists methods and properties that have been removed in 3.0.0.139 and lists their replacement if available.

Class/InterfaceRemovedReplacement
ICoreInfoICoreObject ParentICoreInfo ParentInfo
ICoreInfoDeletablebool Deletedbool IsDeleted
ICoreInfoWithParentcompletely removednone
ICoreObjectGuid CoreObjectIdGuid Id
CoreObjectBaseIList Guid Children()IList TChildInfo ICoreObjectWithChildren.GetLivingChildrenInfos()
Documentvoid GetContent(Stream target) / Stream GetContent()Stream GetContent(bool writeAccess)
DocumentContainerDocument GetDocument(DocumentInfo)Document GetChild(DocumentInfo)
DocumentInfostring FileNamestring DisplayName
DocumentInfobool Deletedbool IsDeleted
ElementTypeint ElementTypeIdint Id
ElementTypestring ElementTypeNamestring Name
ElevationElevationInstance GetElevationInstance(ElevationInstanceInfo)ElevationInstance GetChild(ElevationInstanceInfo)
Elevationvoid GetThumbnail(Stream, GraphicSettings)Stream GetThumbnail(Dictionary)
ElevationStream GetDrawing(GraphicSettings)Stream GetDrawing(Dictionary)
Elevationvoid GetGdz(Stream, GdzSettings) / Stream GetGdz(GdzSettings)Stream GetGdz(Dictionary)
ElevationStream Get3D(Settings3D)Stream Get3D(Dictionary)
ElevationIList ElevationEditMode GetAvailableElevationEditModes()IList ElevationEditMode GetEditModes()
ElevationEditModeint EditModeIdint Id
ElevationEditModestring EditModeNamestring Name
ElevationInfoGuid LkVersionGuidGuid VersionGuid
ElevationInfobool Deletedbool IsDeleted
ElevationInfoulong CreatedDateDateTime CreatedDateTime
ElevationInfoulong LastChangeDateDateTime LastChangedDateTime
ElevationInfodouble Heightdouble StandardElevationInfo.Height
ElevationInfodouble Widthdouble StandardElevationInfo.Width
ElevationInfostring UValuestring StandardElevationInfo.UValue
ElevationInfostring SurfaceBaseElementstring StandardElevationInfo.SurfaceBase.Name
ElevationInfoint SurfaceBaseElementInsideRgstring StandardElevationInfo.SurfaceBase.ColorInside
ElevationInfoint SurfaceBaseElementOutsideRgstring StandardElevationInfo.SurfaceBase.ColorOutside
ElevationInfostring SurfaceFrameElementstring StandardElevationInfo.SurfaceFrame.Name
ElevationInfoint SurfaceFrameElementInsideRgstring StandardElevationInfo.SurfaceFrame.ColorInside
ElevationInfoint SurfaceFrameElementOutsideRgstring StandardElevationInfo.SurfaceFrame.ColorOutside
ElevationInfoElevationStatus StatusIdint ElevationInfo.ProcessingStatus.Id
ElevationInfostring StatusNamestring ElevationInfo.ProcessingStatus.Name
ElevationInfoInsertionElevationInfo AsInsertionInfo()InsertionElevationInfo AsInsertionElevation()
ElevationInstanceInfobool Deletedbool IsDeleted
ExportSettingscompletely removednone
GdzSettingscompletely removednone
GraphicSettingscompletely removednone
LoginScopeProjectCenter GetProjectCenter(ProjectCenterInfo)ProjectCenter GetChild(ProjectCenterInfo)
LoginScopeProjectCenter GetProjectCenter(ProjectCenterInfo, ProjectInfo)ProjectCenter GetChild(ProjectCenterInfo, ProjectInfo)
LoginScopeIList LoginRunnableProgram GetRunnablePrograms()IList LoginRunnableProgram LoginScopeUi.GetRunnablePrograms()
LoginScopeIList ElementType GetAvailableElementTypes()IList ElementType GetElementTypes()
LoginScopeIList ProjectInfo GetRecentProjects()IList ProjectInfo GetRecentProjects(ProjectType)
LoginScopeIList ProjectInfo GetRecentProjectInfos()IList ProjectInfo GetRecentProjects(ProjectType)
LoginScopeStream GetExport(ExportSettings)Stream GetExport(Dictionary)
LoginScopeElevation GetElevation(ElevationInfo)Elevation GetChild(ElevationInfo)
PhaseElevation GetElevation(ElevationInfo)Elevation GetChild(ElevationInfo)
PhaseInfobool Deletedbool IsDeleted
ProjectPhase GetPhase(PhaseInfo)Phase GetChild(PhaseInfo)
ProjectPhaseInfo CreatePhase(string, string)PhaseInfo CreateChild(Dictionary)
ProjectIList ReportCategory GetAvailableUserReports()IList ReportCategory GetReports()
ProjectCenterProject GetProject(ProjectInfo)Project GetChild(ProjectInfo)
ProjectCenterProjectInfo CreateLkProject(string)ProjectInfo CreateChild(Dictionary)
ProjectCenterProjectDirectoryInfo OwnDirectoryInfoProjectDirectoryInfo ProjectCenter.Info.ProjectDirectoryInfo
ProjectInfoulong CreatedDateDateTime CreatedDateTime
ProjectInfoulong LastChangeDateDateTime LastChangedDateTime
ProjectInfobool Deletedbool IsDeleted
Settings3Dcompletely removednone
ElevationUiElevationInfo Edit(ElevationEditMode)IDialogResult ShowModal(ElevationEditMode)
ElevationUiISynchronizedOperation BeginEdit(ElevationEditMode)ISynchronizedOperation BeginShow(ElevationEditMode) / Show(ElevationEditMode)
ElevationUiISynchronizedOperation Show()ISynchronizedOperation BeginShow()
ElevationUiIDialogResult WaitForShow(ISynchronizedOperation)IDialogResult EndShow(ISynchronizedOperation)
ElevationUivoid DeleteElevationInstance(ElevationInstanceInfo)void DeleteChild(ElevationInstanceInfo, bool)
LoginScopeUiProjectCenterUi GetProjectCenter(ProjectCenterInfo)ProjectCenterUi GetChild(ProjectCenterInfo)
LoginScopeUiProjectCenterUi GetProjectCenter(ProjectCenterInfo, ProjectInfo)ProjectCenterUi GetChild(ProjectCenterInfo, ProjectInfo)
LoginScopeUiOperationStatus RunProgram(LoginRunnableProgram, Dictionary)DialogResultCode ShowModal(LoginRunnableProgram, Dictionary)
LoginScopeUiISynchronizedOperation Show(LoginRunnableProgram, Dictionary)ISynchronizedOperation BeginShow(LoginRunnableProgram, Dictionary)
LoginScopeUiDialogResultCode WaitForShow(ISynchronizedOperation)DialogResultCode EndShow(ISynchronizedOperation)
PhaseUiElevationUi GetElevation(ElevationInfo)ElevationUi GetChild(ElevationInfo)
PhaseUiElevationInfo RestoreElevation(ElevationInfo)ElevationInfo Phase.RestoreChild(ElevationInfo)
ProjectCenterUiProjectUi GetProject(ProjectInfo)ProjectUi GetChild(ProjectInfo)
ProjectCenterUiProjectInfo CreateLkProject()ProjectInfo CreateChild(Dictionary)
ProjectCenterUiImport(ProjectCenterImportType, Stream)IDialogResult ImportChild(Stream)
ProjectCenterUiIDialogResult ExportChild(ProjectInfo)IDialogResult ExportChild(ProjectInfo, Dictionary) / Stream ExportChild(ProjectInfo, IEnumerable, Dictionary)
ProjectUiPhaseUi GetPhase(PhaseInfo)PhaseUi GetChild(PhaseInfo)
ProjectUiReport(ReportItem, IEnumerable, Dictionary string string)IDialogResult Report(ReportItem, IEnumerable, Dictionary)
ProjectUiOperationStatus RunProgram(ProjectRunnableProgram, Dictionary)DialogResultCode ShowModal(ProjectRunnableProgram, Dictionary)
ProjectUiISynchronizedOperation Show(ProjectRunnableProgram, Dictionary)ISynchronizedOperation BeginShow(ProjectRunnableProgram, Dictionary)
ProjectUiDialogResultCode WaitForShow(ISynchronizedOperation)DialogResultCode EndShow(ISynchronizedOperation)
ProjectUiIDialogResult ExportCncFiles(IEnumerable)IDialogResult Report(ReportItem, IEnumerable, Dictionary)
ElevationStatuscompletely removedIElevationProcessingStatus
ProjectCenterImportTypecompletely removednone