DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / Line3D Structure / Anchor Property






    Anchor Property (Line3D)
    A point on the line
    Syntax
    'Declaration
     
    
    Public Property Anchor As System.Windows.Media.Media3D.Point3D
     
    'Usage
     
    
    Dim instance As Line3D
    Dim value As System.Windows.Media.Media3D.Point3D
     
    instance.Anchor = value
     
    value = instance.Anchor
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also