com.esri.arcgis.schematic
Interface ISchematicBuilderProps

All Superinterfaces:
Serializable
All Known Subinterfaces:
ISchematicBuilderDesign
All Known Implementing Classes:
ISchematicBuilderDesignProxy, ISchematicBuilderPropsProxy

public interface ISchematicBuilderProps
extends Serializable

Provides access to members that manage the properties of a schematic builder.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IPropertySet getPropertySet()
          PropertySet related to the schematic builder.
 void setPropertySet(IPropertySet propertySet)
          PropertySet related to the schematic builder.
 

Method Detail

getPropertySet

IPropertySet getPropertySet()
                            throws IOException,
                                   AutomationException
PropertySet related to the schematic builder.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPropertySet

void setPropertySet(IPropertySet propertySet)
                    throws IOException,
                           AutomationException
PropertySet related to the schematic builder.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
propertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.