PointGroupHasPoint
Method
|
Namespace: Bricscad.Civil
Assembly: BrxMgd (in BrxMgd.dll) Version:
24.0.1.0
Syntax
public bool HasPoint(
uint pointNumber
)
Public Function HasPoint (
pointNumber As UInteger
) As Boolean
public:
bool HasPoint(
unsigned int pointNumber
)
member HasPoint :
pointNumber : uint32 -> bool
Parameters
- pointNumber UInt32
-
Return Value
Boolean
See Also