Assoc
|
This .NET class wraps the OdDbAssocArrayPolarParameters class.
It provides an interface for managing polar array parameters.
The AssocArrayPolarParameters type exposes the following members.
| Name | Description | |
|---|---|---|
| AssocArrayPolarParameters | Default constructor for the AssocArrayPolarParameters class. Creates an object that wraps the corresponding C++ OdDbAssocArrayPolarParameters object with default parameters. | |
| AssocArrayPolarParameters(Double, Double, Double, Int32, Int32, Int32, Double) | Constructor for the AssocArrayPolarParameters class. Creates an object with the specified spacing, count, elevation and angle parameters. |
| Name | Description | |
|---|---|---|
| AngleBetweenItems | ||
| AutoDelete | Property that indicates whether the object should be
automatically deleted by the Garbage Collector. (Inherited from DisposableWrapper) |
|
| BaseNormal | Property that represents normal vector to the base plane. (Inherited from AssocArrayCommonParameters) |
|
| BasePlane | Property that represents the reference to the base plane
geometry. (Inherited from AssocArrayCommonParameters) |
|
| BasePoint | Property that represents the base point for the base
plane. (Inherited from AssocArrayCommonParameters) |
|
| Direction | ||
| FillAngle | ||
| IsDisposed | Property that indicates whether pointer to native code
unmanaged object == IntPtr::Zero. (Inherited from DisposableWrapper) |
|
| ItemCount | ||
| LevelCount | Property that represents the level count of the array. (Inherited from AssocArrayCommonParameters) |
|
| LevelSpacing | Property that represents the level spacing of the array. (Inherited from AssocArrayCommonParameters) |
|
| Owner | Property that represents the associative array. (Inherited from AssocArrayParameters) |
|
| Radius | ||
| RotateItems | ||
| RowCount | Property that represents the row count of the array. (Inherited from AssocArrayCommonParameters) |
|
| RowElevation | Property that represents the row elevation of the array. (Inherited from AssocArrayCommonParameters) |
|
| RowSpacing | Property that represents the row spacing of the array. (Inherited from AssocArrayCommonParameters) |
|
| StartAngle | ||
| UnmanagedObject | Property that represents a pointer to an unmanaged
object. (Inherited from DisposableWrapper) |
| Name | Description | |
|---|---|---|
| Clone | Creates a *clone* of this object, and returns a pointer to the
*clone*. (Inherited from RXObject) |
|
| Commit | Commits the changes that are stored in the AssocArrayParameters
object and synchronizes the changes with the database. When
AssocArrayParameters does not have an owner, no changes are
committed. (Inherited from AssocArrayParameters) |
|
| CompareTo | Allows classes to compare class objects. (Inherited from RXObject) |
|
| CopyFrom | Copies the contents of the specified object into this
object. (Inherited from RXObject) |
|
| CreateObjRef | (Inherited from MarshalByRefObject) |
|
| DeleteUnmanagedObject | (Inherited from RXObject) |
|
| Dispose | (Inherited from DisposableWrapper) |
|
| Dispose(Boolean) | (Inherited from DisposableWrapper) |
|
| Equals | Checks objects for equality. (Inherited from DisposableWrapper) |
|
| Finalize | (Inherited from DisposableWrapper) |
|
| GetAngleBetweenItems | ||
| GetFillAngle | ||
| GetHashCode | Retrieves the object hash code. (Inherited from DisposableWrapper) |
|
| GetItemCount | Retrieves the item count of the polar array. If there is no expression for a particular parameter, the expression and the evaluatorId strings are empty after the method executes. | |
| GetLevelCount | Retrieves the level count of this array. If there is no
expression for a particular parameter, the expression and the evaluatorId strings are empty after the method
executes. (Inherited from AssocArrayCommonParameters) |
|
| GetLevelSpacing | Retrieves the level spacing of this array. If there is no
expression for a particular parameter, the expression and the evaluatorId strings are empty after the method
executes. (Inherited from AssocArrayCommonParameters) |
|
| GetLifetimeService | (Inherited from MarshalByRefObject) |
|
| GetMetaObject | (Inherited from RXObject) |
|
| GetRadius | Retrieves the radius of the polar array. If there is no expression for a particular parameter, the expression and the evaluatorId strings are empty after the method executes. | |
| GetRowCount | Retrieves the row count of this array. If there is no
expression for a particular parameter, the expression and the evaluatorId strings are empty after the method
executes. (Inherited from AssocArrayCommonParameters) |
|
| GetRowElevation | Retrieves the row elevation of this array. If there is no
expression for a particular parameter, the expression and the evaluatorId strings are empty after the method
executes. (Inherited from AssocArrayCommonParameters) |
|
| GetRowSpacing | Retrieves the row spacing of this array. If there is no
expression for a particular parameter, the expression and the evaluatorId strings are empty after the method
executes. (Inherited from AssocArrayCommonParameters) |
|
| GetRXClass | Gets a class describing instance dynamically associated with
this object as the OdRxClass object. (Inherited from RXObject) |
|
| GetStartAngle | Retrieves the start angle. If there is no expression for a particular parameter, the expression and the evaluatorId strings are empty after the method executes. | |
| GetType | (Inherited from Object) |
|
| InitializeLifetimeService | (Inherited from MarshalByRefObject) |
|
| MemberwiseClone | (Inherited from Object) |
|
| MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject) |
|
| QueryX | Checks whether the object belongs to the specified class and
returns a pointer to this object if this object can be converted to
the specified class. (Inherited from RXObject) |
|
| SetAngleBetweenItems | Sets the angle between items in the polar array. If there is no expression for a particular parameter, the expression and the evaluatorId strings must be empty. | |
| SetFillAngle | Sets the angle between the first and last items in the polar array. If there is no expression for a particular parameter, the expression and the evaluatorId strings must be empty. | |
| SetItemCount | Sets the item count of the polar array. If there is no expression for a particular parameter, the expression and the evaluatorId strings must be empty. | |
| SetLevelCount | Sets the level count for this array. If there is no expression
for a particular parameter, the expression and the evaluatorId strings must be empty. (Inherited from AssocArrayCommonParameters) |
|
| SetLevelSpacing | Sets the level spacing for this array. If there is no
expression for a particular parameter, the expression and the evaluatorId strings must be empty. (Inherited from AssocArrayCommonParameters) |
|
| SetRadius | Sets the radius of the polar array. If there is no expression for a particular parameter, the expression and the evaluatorId strings must be empty. | |
| SetRowCount | Sets the row count for this array. If there is no expression
for a particular parameter, the expression and the evaluatorId strings must be empty. (Inherited from AssocArrayCommonParameters) |
|
| SetRowElevation | Sets the row elevation for this array. If there is no
expression for a particular parameter, the expression and the evaluatorId strings must be empty. (Inherited from AssocArrayCommonParameters) |
|
| SetRowSpacing | Sets the row spacing for this array. If there is no expression
for a particular parameter, the expression and the evaluatorId strings must be empty. (Inherited from AssocArrayCommonParameters) |
|
| SetStartAngle | Sets the start angle of the polar array. If there is no expression for a particular parameter, the expression and the evaluatorId strings must be empty. | |
| ToString | (Inherited from Object) |
|
| X | Checks whether the object belongs to the specified class and
returns a pointer to this object if this object can be converted to
the specified class, or throws an exception if it cannot. (Inherited from RXObject) |
| © Bricsys NV. All rights reserved. |