The CADGetViewPortPointsCount function returns a number of ViewPort’s border points.
Syntax
Declare Function CADGetViewPortPointsCount Lib "CADImporter.dll" (
ByVal Index As Long,
ByRef EData As CADData) As Long
Parameters
Index |
Specifies index of 4-byte pointers to the border points starting from EData.Points, i.e. the function returns the number of the border points. |
EData |
Contains the ViewPort's data. |
Return Value
Returns the number ViewPort’s border points.
See Also
CADEnum | CADGetViewPortParams
© 2003-2024 CADSoftTools
Go to CAD DLL