Click or drag to resize

IPlaceable Interface

[This is preliminary documentation and is subject to change.]

The interface for all objects that can be placed within a node connection.

Namespace:  TrafficSimulation.Simulation.Engine.Environment
Assembly:  TrafficSimulation.Simulation.Engine (in TrafficSimulation.Simulation.Engine.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
public interface IPlaceable

The IPlaceable type exposes the following members.

Properties
  NameDescription
Public propertyIsConnectionBlocking
Signals if this placable is blocking the node connection where it lives on.
Public propertyPosition
The position
Top
See Also