TinSurfaceStaticGetConstraint Method (UInt64)
|
Namespace: Bricscad.Civil
Assembly: BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
public TinSurfaceConstraint GetConstraint(
ulong id
)
Public Function GetConstraint (
id As ULong
) As TinSurfaceConstraint
public:
TinSurfaceConstraint^ GetConstraint(
unsigned long long id
)
member GetConstraint :
id : uint64 -> TinSurfaceConstraint
Parameters
- id
- Type: SystemUInt64
Return Value
Type:
TinSurfaceConstraint
See Also