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


ISchematicDiagram.AlterBuilderPropertySet Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicDiagram.AlterBuilderPropertySet Method

Changes the builder PropertySet related to the schematic diagram with the new specified builder PropertySet.

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

ISchematicDiagram Interface