Autodesk 15607-010000-5000A Manuale Utente

Pagina di 180
106
|
Chapter 7
DWG API Additions
False – Indicates that the SQL WHERE clause has not been set.
Error Codes
-1 (Busy)
-15 (DoesNotApply)
See Also
getSQLWhereClause, SQLWhereClause
SQLWhereClause Property
Syntax
SQLWhereClause
Description
Gets and sets the SQL WHERE clause for layers that are created from DWG 
data. This property gets and sets the SQL WHERE clause only for polyline, 
polygon, and point layers created from DWG data. It does not get or set the 
SQL WHERE clause for Autodesk DWG layers. 
SQL Where clauses can only be applied to secondary tables. 
For more information about using secondary tables as the source for SQL 
WHERE clauses, see Step 9 under “Accessing Data Using a Link Template” on 
page 20.
Parameters
none
Return Values
String (read/write) – Represents the SQL WHERE clause.
Error Codes
-1 (Busy) – This error code is for the write operation.
-15 (DoesNotApply)