This document is archived and information here might be outdated.  Recommended version.


IObjectConstruct.Construct Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IO > IObjectConstruct Interface > IObjectConstruct.Construct Method
ArcGIS Developer Help

IObjectConstruct.Construct Method

Two phase object construction.

[Visual Basic .NET]
Public Sub Construct ( _
    ByVal props As IPropertySet _
)
[C#]
public void Construct (
    IPropertySet props
);
[C++]
HRESULT Construct(
  IPropertySet* props
);
[C++]
Parameters
props [in]

props is a parameter of type IPropertySet*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IObjectConstruct Interface