Purpose: Returns information about a specified symbol on the current schedule.
Returns: Variant, The requested symbol property. This is usually an Integer (within a Variant), but the date, symbol text, and symbol note properties are returned as strings (within a Variant).
|
Argument |
Type |
Required |
Purpose |
||||||||||||||||||||||||||||||||||||||||||||||||||
|
1 |
Integer |
Yes |
Task Row (1 based) |
||||||||||||||||||||||||||||||||||||||||||||||||||
|
2 |
Integer |
Yes |
Symbol Number (1 based) |
||||||||||||||||||||||||||||||||||||||||||||||||||
|
3 |
String |
Yes |
Desired Property from list below:
|
||||||||||||||||||||||||||||||||||||||||||||||||||
|
4 |
|
Sub-Property |
See above |
|
Example: This example gets the first symbol text line from 3rd symbol of 2nd row. With objMilestones strSymbolText = .GetSymbolProperty(2, 3, "SymbolText", 1) MsgBox "Symbol Text = " + strSymbolText End With
The task row and symbol must exist or an error is generated. Argument 4 is optional except for the SymbolText property. Empty symbol text lines usually get eliminated. For example, to add a symbol and only assign text to symbol text line 3, it would get moved up to line 1. To prevent this, assign several blank characters to a symbol text line to force the line after it to remain in place.
|
Related Topics
To effectively program with this interface, it's important to learn all about Milestones Professional. Learn about Milestones.
Milestones Professional 2025 Automation Methods and Properties. © Copyright 2000-2025, KIDASA Software, Inc. All rights reserved.