|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISimpleLine3DSymbol
Provides access to members that control the simple 3D line symbol.
Method Summary | |
---|---|
double |
getResolutionQuality()
Line resolution. |
int |
getStyle()
Line style. |
void |
setResolutionQuality(double quality)
Line resolution. |
void |
setStyle(int style)
Line style. |
Method Detail |
---|
int getStyle() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStyle(int style) throws IOException, AutomationException
style
- A com.esri.arcgis.analyst3d.esriSimple3DLineStyle constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getResolutionQuality() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setResolutionQuality(double quality) throws IOException, AutomationException
quality
- The quality (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 |