Parameters |
Description |
OdDbEntity* pSource |
[in] Pointer to the source OdDb2dPolyline entity. |
bool transferId = true |
[in] True to do a handOverTo() between the source OdDb2dPolyline entity and this OdDbPolyline entity. |
Returns one of the following:
Name |
Description |
eOk |
Success |
AlreadyInDb |
This entity is database resident |
eIllegalEntityType |
*pSource is not an OdDb2dPolyline |
eNotApplicable |
*pSource is not k2dSimplePoly or there is extended |
|
entity data attached to a vertex. |
Fills this OdDbPolyline entity with data from the specified OdDb2dPolyline entity.
If and only if transferId is true,
The source OdDb2dPolyline entity
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|