SoLDMDataAccessDataInfoPolyLine Constructor |
Constructor of a dataInfoPolyline.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public DataInfoPolyLine(
int numPoint
)
Public Sub New (
numPoint As Integer
)
public:
DataInfoPolyLine(
int numPoint
)
new :
numPoint : int -> DataInfoPolyLine
Parameters
- numPoint
- Type: SystemInt32
Remarks The number of points must be passed for the structure allocation.
See Also