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


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

ISchematicRule.Apply Method

Applies the schematic rule on the specified schematic in memory diagram.

[Visual Basic .NET]
Public Sub Apply ( _
    ByVal InMemoryDiagram As ISchematicInMemoryDiagram, _
    [ByVal CancelTracker As ITrackCancel] _
)
[C#]
public void Apply (
    ISchematicInMemoryDiagram InMemoryDiagram,
    ITrackCancel CancelTracker
);
[C++]
HRESULT Apply(
  ISchematicInMemoryDiagram* InMemoryDiagram,
  ITrackCancel* CancelTracker
);
[C++]
Parameters
InMemoryDiagram [in]

InMemoryDiagram is a parameter of type ISchematicInMemoryDiagram* CancelTracker [in, optional, defaultvalue()]
CancelTracker is a parameter of type ITrackCancel*

Product Availability

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

See Also

ISchematicRule Interface