This document is archived and information here might be outdated.  Recommended version.


ISchematicRuleFilter.CanApply Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicRuleFilter Interface > ISchematicRuleFilter.CanApply Method
ArcGIS Developer Help

ISchematicRuleFilter.CanApply Method

Indicates if the rule can apply to the given builder.

[Visual Basic .NET]
Public Function CanApply ( _
    ByVal SchematicBuiler As ISchematicBuilder _
) As Boolean
[C#]
public bool CanApply (
    ISchematicBuilder SchematicBuiler
);
[C++]
HRESULT CanApply(
  ISchematicBuilder* SchematicBuiler
);
[C++]
Parameters
SchematicBuiler [in]

SchematicBuiler is a parameter of type ISchematicBuilder*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicRuleFilter Interface