API Reference > OdGe Classes > OdGeExternalSurface Class > OdGeExternalSurface Methods > OdGeExternalSurface::isNativeSurface Method
OdGeExternalSurface::isNativeSurface Method
Syntax
C++
bool isNativeSurface(OdGeSurface*& nativeSurface) const;
Parameters 
Description 
OdGeSurface*& nativeSurface 
[out] Receives the native surface. 

Return true if and only if the external surface can be represented as a native OdGeSurface, and returns a pointer to an instance of that native surface. 

 

The returned object is created with the new operator, and it is the responsibility of the caller to delete it.

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