AecBoundingAdjacencyRule Class Reference

Displays a list of all members of the AecBoundingAdjacencyRule base class.

namespace Autodesk.Aec.SpaceOffsetRulesManager
{
public abstract class AecBoundingAdjacencyRule : AecSpaceOffsetBaseRule
{
public AecBoundingAdjacencyRule();
public abstract AecSpaceOffsetInfo Apply(
Autodesk.AutoCAD.DatabaseServices.ObjectId idSpace,
Autodesk.AutoCAD.DatabaseServices.ObjectId idObject,
Autodesk.AutoCAD.DatabaseServices.ObjectId idAdjSpace);
}
}