|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ILinearUnitEdit
Provides access to members that control the properties of the linear unit.
| Method Summary | |
|---|---|
void |
define(Object name,
Object alias,
Object abbreviation,
Object remarks,
Object metersPerUnit)
Defines the properties of the linear unit. |
void |
defineEx(String name,
String alias,
String abbreviation,
String remarks,
double[] metersPerUnit)
Defines the properties of the linear unit. |
| Method Detail |
|---|
void defineEx(String name,
String alias,
String abbreviation,
String remarks,
double[] metersPerUnit)
throws IOException,
AutomationException
name - The name (in)alias - The alias (in)abbreviation - The abbreviation (in)remarks - The remarks (in)metersPerUnit - The metersPerUnit (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void define(Object name,
Object alias,
Object abbreviation,
Object remarks,
Object metersPerUnit)
throws IOException,
AutomationException
The Define function allows you to define the properties of a linear unit of measure. Use the metersPerUnit parameter to define how many meters comprise one unit.
name - A Variant (in, optional, pass null if not required)alias - A Variant (in, optional, pass null if not required)abbreviation - A Variant (in, optional, pass null if not required)remarks - A Variant (in, optional, pass null if not required)metersPerUnit - A Variant (in, optional, pass null if not required)
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 | ||||||||