List of the behaviors defined for the project.
[Visual Basic 6.0] Property Behaviors As INgBehaviors
[Visual Basic .NET] Public ReadOnly Property Behaviors As INgBehaviors
[C#] public INgBehaviors Behaviors {get;}
[Java] public INgBehaviors getBehaviors() throws IOException, AutomationException
[C++] HRESULT get_Behaviors( INgBehaviors** pVal );
Here is a sample call of the Behaviors property:
Private m_ngProjectBuilder As esriSchematic.INgProjectBuilder
...
Dim pBehaviors As INgBehaviors
...
Set pBehaviors = m_ngProjectBuilder.Behaviors
...
INgProjectBuilder Interface | INgProjectBuilder.GetBehaviors Method