API Reference > Functions > odGetSatFromProxy Function
odGetSatFromProxy Function
Syntax
C++
DBENT_EXPORT bool odGetSatFromProxy(const OdDbProxyEntityPtr& adPart, OdAnsiString& sat);

GeometryFromProxy.h

Parameters 
Description 
const OdDbProxyEntityPtr& adPart 
[in] Entity pointer.  
OdAnsiString& sat 
[out] Receives the SAT file. 

Returns the SAT file associated with the specified AcAdPart entity.

Returns true if and only if adPart is an entity of type AcAdPart, and a valid SAT file was returned in the sat parameter.

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