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


ISchematicRule.Alter 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.Alter Method
ArcGIS Developer Help

ISchematicRule.Alter Method

Changes the schematic rule for the specified schematic diagram class with the specified rule type PropertySet.

[Visual Basic .NET]
Public Sub Alter ( _
    ByVal SchematicDiagramClass As ISchematicDiagramClass, _
    ByVal PropertySet As IPropertySet _
)
[C#]
public void Alter (
    ISchematicDiagramClass SchematicDiagramClass,
    IPropertySet PropertySet
);
[C++]
HRESULT Alter(
  ISchematicDiagramClass* SchematicDiagramClass,
  IPropertySet* PropertySet
);
[C++]
Parameters
SchematicDiagramClass [in]

SchematicDiagramClass is a parameter of type ISchematicDiagramClass* PropertySet [in]
PropertySet is a parameter of type IPropertySet*

Product Availability

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

See Also

ISchematicRule Interface