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


IRelClassSchemaEdit.AlterIsComposite Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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 VARIANT_BOOL

Product Availability

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

See Also

IRelClassSchemaEdit Interface