|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IXmlPropertySetEdit
Provides access to members that edit metadata.
This interface should not be used. Instead the methods available on the IXmlPropertySet and/or IXmlPropertySet2 should be used to set and get XML Elements. The different methods on the IXmlPropertySet and IXmlPropertySet2 honor the "Sync" attributes where the IXmlPropertySet.Get and IXmlPropertySet.Get do not.
| Method Summary | |
|---|---|
Object |
getProperty(String name)
Returns the set of values for the specified element. |
void |
setDatasetByRef(IDataset rhs1)
Dataset whose metadata will be edited. |
void |
setProperty(String name,
Object value,
int propType,
int action)
Sets the value of the specified element. |
| Method Detail |
|---|
void setDatasetByRef(IDataset rhs1)
throws IOException,
AutomationException
rhs1 - A reference to a com.esri.arcgis.geodatabase.IDataset (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getProperty(String name)
throws IOException,
AutomationException
name - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setProperty(String name,
Object value,
int propType,
int action)
throws IOException,
AutomationException
name - The name (in)value - A Variant (in)propType - A com.esri.arcgis.geodatabase.esriXmlPropertyType constant (in)action - A com.esri.arcgis.geodatabase.esriXmlSetPropertyAction constant (in)
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 | ||||||||