Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

PointsCount Property (CorrelationListCommand)








Get or set the count of points
Syntax
public uint PointsCount {get; set;}
'Declaration
 
Public Property PointsCount As UInteger
'Usage
 
Dim instance As CorrelationListCommand
Dim value As UInteger
 
instance.PointsCount = value
 
value = instance.PointsCount
public uint PointsCount {get; set;}
@property (nonatomic, assign) NSUInteger pointsCount
 <br/>get_PointsCount();<br/>set_PointsCount(value);<br/>Object.defineProperty('PointsCount_ObjectiveC'); 
public:
property uint PointsCount {
   uint get();
   void set (    uint value);
}

Property Value

An Int32 that specifies the length for each of the points and listIndex arrays
Requirements

Target Platforms

See Also

Reference

CorrelationListCommand Class
CorrelationListCommand Members

Error processing SSI file