Share

AssocArrayParameters Class

Description

AssocArrayParameters wraps the ObjectARX AcDbAssocArrayParameters class.

This class provides an interface for manipulating array parameters. Its derived classes implement logic for providing array item transforms as well as grip manipulations. AssocArray owns the object of this class and uses its methods to evaluate the entire array.

Class Hierarchy

Autodesk.AutoCAD.DatabaseServices.AssocArrayParameters
    Autodesk.AutoCAD.DatabaseServices.AssocArrayCommonParameters

C#

public abstract class AssocArrayParameters : RXObject;

Visual Basic

Public abstract Class AssocArrayParameters
Inherits RXObject

Links

AssocArrayParameters Methods, AssocArrayParameters Properties

Was this information helpful?