Dimension

Note

This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

Each FORTRAN array has a dimension that is identified by a SymTagDimension symbol.

Properties

The following table shows additional valid properties for this symbol type.

Property Data type Description
IDiaSymbol::get_lowerBound IDiaSymbol* Lower bound of a FORTRAN array dimension.
IDiaSymbol::get_lowerBoundId DWORD ID of the lower-bound symbol.
IDiaSymbol::get_symIndexId DWORD Index ID of symbol.
IDiaSymbol::get_symTag DWORD Returns SymTagDimension (one of the SymTagEnum Enumeration values).
IDiaSymbol::get_upperBound IDiaSymbol* Upper bound of a FORTRAN array dimension.
IDiaSymbol::get_upperBoundId DWORD ID of the upper-bound symbol.

See Also

ArrayType
Class Hierarchy of Symbol Types