ArcObjects Library Reference  (Schematic)    

INgProjectBuilder.Behaviors Property

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
);
[C++]

Parameters

pVal [out, retval]

  pVal is a parameter of type INgBehaviors

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.
[Visual Basic 6.0]

Here is a sample call of the Behaviors property:

Private m_ngProjectBuilder As esriSchematic.INgProjectBuilder
...
Dim pBehaviors As INgBehaviors
...
Set pBehaviors = m_ngProjectBuilder.Behaviors
...

See Also

INgProjectBuilder Interface | INgProjectBuilder.GetBehaviors Method

 


Feedback Send feedback on this page