public interface IObjectConstruct
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
construct(IPropertySet props)
Two phase object construction.
|
void construct(IPropertySet props) throws java.io.IOException, AutomationException
props - A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.