AssocArrayPathParametersMethodType Enumeration
|
Represents methods for how objects are arrayed
along a path.
Namespace: Teigha.DatabaseServices
Assembly: TD_MgdDbConstraints (in
TD_MgdDbConstraints.dll) Version: 0.0.0.0
Syntax
Public Enumeration MethodType
public enum class MethodType
Members
Member name |
Value |
Description |
Divide |
0 |
Equidistantly arranges the given number of items on the
path. |
Measure |
1 |
Arranges the given number of items at a specified item spacing
on the path. |
See Also