Below are listed a set of functions and methods deprecated in update 5, 10.05.00.xx builds
Removed :
StatusInt Relationship::Moniker::FromAssocPoint (
DgnModelRefP homeModel, DgnPlatform::AssocPoint
const& ap);
Replacement :
Moniker
m (homeModel, ap);
Removed :
Replacement :
Moniker
m (homeModel, PersistentElementPath (homeModel, elementIn));
Removed :
Replacement :
Moniker
m (homeModel, PersistentElementPath (refAttid, elementIn));
Removed :
Replacement :
Moniker
m (homeModel, PersistentElementPath (refModel, ref));
Removed :
Replacement :
Moniker
m (homeModel, PersistentElementPath (homeModel, elid));
Removed :
Use Instead :
Moniker
m (homeModel, PersistentElementPath (homeModel, ref));
Removed :
ElementRefP Relationship::Moniker::EvaluateElementRef ();
Use Instead :
Moniker::EvaluateElement().GetElementRef();
Removed :
ElementRefP Relationship::ParameterQuery::EvaluateElementRef();
Replacement :
ParameterQuery::GetMoniker ().EvaluateElement().GetElementRef();
Removed :
Replacement :
EditElementHandle eeh (el);
DependencyManagerLinkage::AppendLinkage (eeh, dependencyData, xtrabytes);
Removed :
Replacement :
EditElementHandle eeh (el);
DependencyManagerLinkage::DeleteLinkage (eeh, appID, appValue);
Removed :
Replacement :
ElementHandle eeh (el);
DependencyManagerLinkage::DeleteLinkage (ppDependencyLinkageInplace, eh, appID, appValue);
Removed :
bool LxoSettings::IsSphericalCamera () const;
Replacement :
CAMERAPROJECTION_Spherical == LxoSettings::GetCameraProjection ()
Removed :
void LxoSettings::SetIsSphericalCamera (bool value);
Replacement :
LxoSettings::SetCameraProjection (CAMERAPROJECTION_Spherical);
Removed :
Replacement :
Removed :
Replacement :
pDependents[0].GetElementId ()
Removed :
Replacement :
Removed :
DPoint3d DPoint3d::FromXYZ (double x, double y, double z);
Replacement :
DPoint3d DPoint3d::From (double x, double y, double z);
Removed :
bool DoubleOps::SafeDivideDistance (double &result, double numerator, double denominator, double defaultResult = 0.0);
Replacement :
Removed :
Replacement :
Removed :
Replacement :
Removed :
int MSBsplineCurve::NumberAllocatedKnots () const;
Replacements :
Removed :
int MSBsplineCurve::NumberAllocatedPoles () const;
Replacements :
Removed :
Replacement :
Removed :
Replacement :
Removed :
Replacement :
matrixP->Mutliply (*pointP);
Removed :
Replacement :
matrixP->MutliplyTranspose (pointP);
Removed :
Replacement :
matrixP->MultiplyTranspose (pointArrayP, pointArrayP, numPoints);
Removed :
Replacement :
transformP->MultiplyMatrixOnly (*pointP);
Removed :
Replacement :
Removed :
Replacement :
Removed :
Replacement :
Note: the parameter iBaseFilterIdIn from above was always ignored.
Removed :
int mdlView_setLevels (bool onOffFlagIn, short* v7LevelMask, bool* viewList, bool doUpdate);
Replacement :
Removed :
Replacement :
There is no replacement the tag is registered automatically when it is added to the file.
Removed :
Replacement :
BeFileName fileName;
filename.c_str ();
Removed :
Replacement :
BeFileName fileName;
filename.c_str ();
Removed :
Replacement :
BeFileName fileName;
filename.c_str ();
Removed :
Replacement :
Removed :
bool IPointCloudClassificationViewSettings::GetClassificationState (
UChar idx)
const;
Replacement :
Removed :
StatusInt mdlRaster_systemRasterContainerGet (DgnRasterVectorR collection);
Replacement :
ModelRefIterator modelItr(pRootModel, iteratorType, depth);
for (
DgnModelRefP modelRefP = modelItr.GetFirst (); modelRefP; modelRefP = modelItr.GetNext ())
{
{
}
}
Removed :
Replacement :
if (
ERROR == mdlVec_linePlaneIntersect (intersectPt, linePt, lineNormal, planePt, planeNormal))
Removed :
Replacement :
Removed :
Replacement :
Removed :
Replacement :
Removed :
Replacement :
None. Hierarchical levels are not supported anymore.
Removed :
Replacement :
None. Hierarchical levels are not supported anymore.
Removed :
Replacement :
None. Hierarchical levels are not supported anymore.
Removed :
Replacement :
None. Hierarchical levels are not supported anymore.
Removed :
Replacement :
None. Hierarchical levels are not supported anymore.
Removed :
Replacement :
None. Hierarchical levels are not supported anymore.
Removed :
void SheetDef::GetWindowsPrinterName (WString& windowsPrinterName) const;
void SheetDef::SetWindowsPrinterName (
WChar const * windowsPrinterName);
void SheetDef::GetPltFileName (WString& pltFileName) const;
void SheetDef::SetPltFileName (
WChar const * pltFileName);
Replacement :
The windows printer name and the plot file names are no longer stored on SheetDef. Their use has been deprecated.