ConnectionSiteCount Property (IShape)
In This Topic
Gets the number of connection sites on the specified shape.
Syntax
'Declaration
ReadOnly Property ConnectionSiteCount As Integer
'Usage
Dim instance As IShape
Dim value As Integer
value = instance.ConnectionSiteCount
int ConnectionSiteCount {get;}
Property Value
The number of connection sites.
See Also