|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFieldOverride
Provides access to the properties of a field override.
pFieldOverrides.Reset 'Call Reset first
Set pFieldOverride = pFieldOverrides.Next 'Retrive
'the first FieldOverride
Do Until pFieldOverride Is Nothing
Debug.Print "FieldName = " & pFieldOverride.FieldName & " ; AttributeID = " & pFieldOverride.GraphicAttributeID
Set pFieldOverride = pFieldOverrides.Next
Loop
Method Summary | |
---|---|
String |
getFieldName()
Name of the field that provides override values. |
int |
getGraphicAttributeID()
ID of the overriden graphic attribute. |
IGraphicAttributes |
getGraphicAttributes()
Graphic attributes list that contains the overriden graphic attribute. |
Method Detail |
---|
String getFieldName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getGraphicAttributeID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGraphicAttributes getGraphicAttributes() throws IOException, AutomationException
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 |