Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / CollisionDetection2D Class / CheckMethod Property

In This Topic
    CheckMethod Property
    In This Topic
    Gets or sets the collision accuracy type.
    Syntax
    'Declaration
     
    Public Property CheckMethod As CollisionDetection2D.collisionCheckType
    public CollisionDetection2D.collisionCheckType CheckMethod {get; set;}
    See Also