com.esri.arcgis.schematic
Interface ISchematicBuilderProps

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

public interface ISchematicBuilderProps
extends java.io.Serializable

COM Interface 'ISchematicBuilderProps'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'

Description: 'Provides access to members that manage the properties of a schematic builder.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID0f8e37b2_be31_4538_9355_6b9ece93259f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IPropertySet getPropertySet()
          PropertySet related to the schematic builder.
 void setPropertySet(IPropertySet propertySet)
          PropertySet related to the schematic builder.
 

Field Detail

IID0f8e37b2_be31_4538_9355_6b9ece93259f

static final int IID0f8e37b2_be31_4538_9355_6b9ece93259f
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getPropertySet

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

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

setPropertySet

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

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