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


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

ISchematicElement.AlterPropertySet Method

Changes the schematic element PropertySet with the specified PropertySet.

[Visual Basic .NET]
Public Sub AlterPropertySet ( _
    ByVal PropertySet As IPropertySet _
)
[C#]
public void AlterPropertySet (
    IPropertySet PropertySet
);
[C++]
HRESULT AlterPropertySet(
  IPropertySet* PropertySet
);
[C++]
Parameters
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

ISchematicElement Interface