|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INgDirectProperty
Provides access to members that control the direct property.
Along with the textual, discrete, and bounded properties, the direct property, is used for directly applying a given graphic effect, depending on the values taken up by the property itself—that is, scale factor and symbology.
INgDiscreteProperty,
INgTextualProperty,
INgBoundedProperty,
INgProperty,
INgElementType.createProperty(String, int, int, int)| Method Summary | |
|---|---|
INgElementType |
getElementType()
Element type the direct property applies to. |
String |
getName()
Name of the direct property. |
int |
graphicEffect()
Returns the graphic effect applied by the direct property. |
void |
setName(String pVal)
Name of the direct property. |
| Method Detail |
|---|
String getName()
throws IOException,
AutomationException
This name is defined when the direct property is created:
- either by calling the INgElementType CreateProperty method in the program code
- or through ArcGIS Schematics Designer, when the direct property has been created.
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.
int graphicEffect()
throws IOException,
AutomationException
This graphic effect is defined when the property is created (see the INgElementType CreateProperty method). The attribute that will be associated with the direct property (see the INgElementType AssociateProperty method) will directly provide the effect value taken by this graphic effect.
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 | ||||||||