|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISMSpeedGroup
Provides access to the speed group properties.
Provides information about a separate speed group.
Method Summary | |
---|---|
String |
getDescription()
Speed group description. |
float |
getSpeed()
The speed value of the group. |
void |
setSpeed(float pVal)
The speed value of the group. |
Method Detail |
---|
float getSpeed() throws IOException, AutomationException
Retrieves the speed value of the speed group.
Speed property returns a Float that represents current value of the speed for the group.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSpeed(float pVal) throws IOException, AutomationException
Sets the speed value of the speed group.
Speed property sets a Float that represents current value of the speed for the group.
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDescription() throws IOException, AutomationException
Returns a description text of the speed group.
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 |