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


ISchematicRule.Alter Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

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