This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicExpandLinksByAttributeRule Interface > ISchematicExpandLinksByAttributeRule.WhereClause Property (ArcObjects .NET 10.5 SDK) |
Where clause used on associated feature to filter the schematic links expand.
[Visual Basic .NET] Public Property WhereClause As String
[C#] public string WhereClause {get; set;}
[C++]
HRESULT get_WhereClause(
BSTR* WhereClause
);
[C++]
HRESULT put_WhereClause(
BSTR WhereClause
);
[C++]
Parameters WhereClause [out, retval] WhereClause is a parameter of type BSTR WhereClause [in] WhereClause is a parameter of type BSTR