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


IRelClassSchemaEdit.AlterIsComposite Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRelClassSchemaEdit Interface > IRelClassSchemaEdit.AlterIsComposite Method
ArcGIS Developer Help

IRelClassSchemaEdit.AlterIsComposite Method

Changes the type of this relationship class.

[Visual Basic .NET]
Public Sub AlterIsComposite ( _
    ByVal IsComposite As Boolean _
)
[C#]
public void AlterIsComposite (
    bool IsComposite
);
[C++]
HRESULT AlterIsComposite(
  VARIANT_BOOL IsComposite
);
[C++]
Parameters
IsComposite [in]

IsComposite is a parameter of type bool

Product Availability

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

See Also

IRelClassSchemaEdit Interface