Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdFdFieldEnginePE::getSheetSetProperty Method
Syntax
C++
virtual OdResult getSheetSetProperty(OdString& propValue, OdDbField* pField, OdDbDatabase* pDb) = 0;

Retrieves a sheet set property value. 

 

Parameters
Description
propValue
[out] Resulting property value.
pField
[in] Field defining the requested property, containing at least a "SheetSetPropertyName" data item.
pDb
[in] Database.

eOk if the property was successfully retrieved to 'propValue', eInvalidInput if 'pField' does not contain data defining the requested property, eWrongDatabase if the sheet set (OdSmDatabase or OdSmSheetSet) could not be found using 'pDb'.

Copyright © 2002-2022. Open Design Alliance All rights reserved.