Merk
Tilgang til denne siden krever autorisasjon. Du kan prøve å logge på eller endre kataloger.
Tilgang til denne siden krever autorisasjon. Du kan prøve å endre kataloger.
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. |