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


IObjectConstruct.Construct Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

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