Symbol Constructor |
| Name | Description | |
|---|---|---|
| Symbol(ViewBase, Point) |
Creates a new symbol instance using the default symbol information and standard attributes.
| |
| Symbol(ViewBase, Point, PlacingBase) |
Creates a new symbol instance using the default symbol information, standard attributes and the given placing.
| |
| Symbol(ViewBase, Point, SymbolInfo) |
Creates a new symbol instance using standard attributes.
| |
| Symbol(ViewBase, Point, SymbolInfo, PlacingBase) |
Creates a new symbol instance using standard attributes.
| |
| Symbol(ViewBase, Point, SymbolInfo, SymbolSymbolAttributes) |
Creates a new symbol instance using the given attributes.
| |
| Symbol(ViewBase, Point, SymbolInfo, SymbolSymbolAttributes, PlacingBase) |
Creates a new symbol instance using the given attributes and placing.
|