Visual Basic (Declaration) | |
---|---|
Public MustOverride Property ConnectPoints As Boolean() |
C# | |
---|---|
public abstract bool[] ConnectPoints {get; set;} |
C++/CLI | |
---|---|
public: abstract property array<bool>^ ConnectPoints { array<bool>^ get(); void set ( array<bool>^ value); } |
ConnectPoints is an array of booleans that is Count elements long. This property returns an empty variant if Count is zero. ConnectPoints is always the same size as XPoints and YPoints. Use SetPoints to set the connect-values (along with X- and Y-values) of all points in the limit line.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)