|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INgTextualProperty
Provides access to members that control the textual property.
A label displayed either directly on the elements it applies to or inside a flag associated with these elements can represent any property. The position of the text is determined either relative to the elements (above/below, for links) or by a port number (for nodes or flags).
A property created for the sole purpose of displaying a label on an element or inside the flag associated with it is said to be textual.
INgDiscreteProperty,
INgDirectProperty,
INgBoundedProperty,
INgProperty,
INgElementType.createProperty(String, int, int, int)| Method Summary | |
|---|---|
INgElementType |
getElementType()
Element type the textual property applies to. |
String |
getName()
Name of the textual property. |
void |
setName(String pVal)
Name of the textual property. |
| Method Detail |
|---|
String getName()
throws IOException,
AutomationException
This name is defined when the textual property is created
- Either by calling the INgElementType CreateProperty method in the program code,
- Or when it is created through ArcGIS Schematics Designer GUI
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setName(String pVal)
throws IOException,
AutomationException
pVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
INgElementType getElementType()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.INgElementType.createProperty(String, int, int, int)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||