Gets the BarConstructionType associated with this symbol.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public BarConstructionType GetBarConstruction( Symbol symbol ) |
| Visual Basic (Declaration) |
|---|
Public Function GetBarConstruction ( _ symbol As Symbol _ ) As BarConstructionType |
| Visual C++ |
|---|
public: BarConstructionType GetBarConstruction( Symbol^ symbol ) |
Parameters
- symbol
- Type: RightEdge.Common..::.Symbol
The Symbol object to query.