API Help
Eplan.EplApi.EServices.Ged Namespace / Interaction Class / OnFilterElement Method
Eplan.EplApi.DataModel.StorableObject which will be examine.

In This Topic
OnFilterElement Method
In This Topic
Is called by framework to determine if oObject should be included in selection or will be highlighted.
Syntax
public virtual bool OnFilterElement( 
   StorableObject oStorableObject
)

Parameters

oStorableObject
Eplan.EplApi.DataModel.StorableObject which will be examine.

Return Value

If true placement will be included into selection.
Remarks
This method is called by the framework when IsPlacementFilterActive is set to true and last returned Eplan::EplApi::EServices::Ged: contains Eplan::EplApi::EServices::Ged::ReqeustCode: or Eplan::EplApi::EServices::Ged::ReqeustCode:. Depending on the context in which this methods was call, the returned value determines if element will be highlighted or taken into selection.
See Also