CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Flags definig the symbol for the presentation of a Point object.
The flag may contain one of the values Empty=0x0,Dot=0x1,Plus=0x2,Cross=0x3,Line=0x4
combined with Square=0x8 or Circle=0x10.
Namespace: CADability.GeoObjectAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
[FlagsAttribute] public enum PointSymbol |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration PointSymbol |
| Visual C++ |
|---|
[FlagsAttribute] public enum class PointSymbol |
Members
| Member name | Description | |
|---|---|---|
| Empty | ||
| Dot | ||
| Plus | ||
| Cross | ||
| Line | ||
| Square | ||
| Circle | ||
| Select |