API Reference > Database Resident Classes > Labelings > AECCDbParcelSegmentLabel Class > AECCDbParcelSegmentLabel Methods > AECCDbParcelSegmentLabel::CreateAECObject Method
AECCDbParcelSegmentLabel::CreateAECObject Method
Syntax
C++
static AECCDbParcelSegmentLabelPtr CreateAECObject(const OdDbObjectId& idLotLine, double dParam, const OdDbObjectId& idLineStyle, const OdDbObjectId& idCurveStyle);
Parameters 
Description 
const OdDbObjectId& idLotLine 
[in] Object ID of the reference LotLine.  
double dParam 
[in] Curve parameter.  
const OdDbObjectId& idLineStyle 
[in] Object ID of the line label style.  
const OdDbObjectId& idCurveStyle 
[in] Object ID of the curve label style. 

Smart pointer to the created object.

Creates a parcel segment label object. 

 

Copyright © 2002 – 2020. Open Design Alliance. All rights reserved.