| MacroExpressionGetElement Method | 
            Gets the element on specific index of this expression.
            
 
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 10.0.0
 Syntax
Syntaxprotected MacroElement GetElement(
	int index
)
Parameters
- index
- Type: SystemInt32
 Index to get, starting with 0
Return Value
Type: 
MacroElement See Also
See Also