|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDimensionStyleDialog
Provides access to members that control the dimension styles dialog.
Use IDimensionStyleDialog when you want to create a dimension style in an existing dimension feature class. If you want to display existing dimension style properties without allowing changes set the ReadOnly property to TRUE.
Method Summary | |
---|---|
IDimensionStyle |
doModal(IFeatureClass featureClass,
IDimensionStyle copyStyle,
int hWndParent)
Displays the dialog used to define a new dimension style. |
void |
setReadOnly(boolean rhs1)
Indicates if the dimension style dialog shouild be opened in read-only mode. |
Method Detail |
---|
IDimensionStyle doModal(IFeatureClass featureClass, IDimensionStyle copyStyle, int hWndParent) throws IOException, AutomationException
The copyStyle argument is not required to use the DoModal method. If no copyStyle is specified, the dialog will be populated with the system dimension style properties instead of using the dimension style as the template style.
featureClass
- A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)copyStyle
- A reference to a com.esri.arcgis.carto.IDimensionStyle (in)hWndParent
- The hWndParent (A COM typedef) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReadOnly(boolean rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |