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


ISchematicRuleFilter.CanApply Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

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,
  VARIANT_BOOL* Apply
);
[C++]

Parameters SchematicBuiler [in]
SchematicBuiler is a parameter of type ISchematicBuilder Apply [out, retval] Apply is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ISchematicRuleFilter Interface