An indexer for the
CAD2DPoint structure.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Property Item( _ ByVal id As Integer _ ) As Double |
Parameters
-
id
-
Type: int
An index of one of two CAD2DPoint's coordinates.
Property Value
X-coordinate if the input parameter equals 0. Y-coordinate if the input parameter equals 1.
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also