API Reference > Classes > Database Classes > OdBmSketchPlaneInfo Class > OdBmSketchPlaneInfo Methods > OdBmSketchPlaneInfo::getCurSPId Method
OdBmSketchPlaneInfo::getCurSPId Method
Syntax
C++
OdResult getCurSPId(OdBmObjectId viewId, OdBmObjectId famId, OdBmObjectId& spId) const;
Parameters 
Description 
OdBmObjectId viewId 
[in] The view Id for which we are looking for OdBmObjectId of ScetchPlane.  
OdBmObjectId famId 
[in] The Id of Family.  
OdBmObjectId& spId 
[out] Output Id of SketchPlane.  

eOk if the operation completed successfully, or an appropriate error code otherwise.

Retrieves OdBmObjectId of ScetchPlane for the View.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.