PlanningSegment.MacroPlaceHolderClass Class Members
In This Topic
The following tables list the members exposed by PlanningSegment.MacroPlaceHolderClass.
Public Constructors
Public Properties
| | Name | Description |
 | Count | Returns number of macro placeholder |
 | Item | Overloaded. |
 | Source | Planning segment to which macro placeholder belong |
Top
Public Methods
| | Name | Description |
 | Contains | Determines whether planning segment stores macro placeholder record |
 | CopyTo | Copy collection to an array |
 | Dispose | Destructor for deterministic finalization of MacroPlaceHolderClass object. |
 | GetEnumerator | Gets enumertator in collection of MacroPlaceholder |
 | GetEnumerator2 | Gets enumertator in collection of MacroPlaceholder. The same as GetEnumerator. |
 | Store | Stores back macro placeholder to planning segment. |
 | UpdateFromMacro | Updates planning segment's macro placeholder with data from macro (e.g. after macro has changed) |
Top
See Also