ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMSnappingProperties Class / SnapTipDisplayParts Property

In This Topic
    SnapTipDisplayParts Property (CIMSnappingProperties)
    In This Topic
    Gets or sets a value indicating whether the snap tip is fully or partially visible.
    Syntax
    public int SnapTipDisplayParts {get; set;}
    Public Property SnapTipDisplayParts As Integer
    Remarks
    The int value consists of zero or more SnapTipDisplayPart enum bit values that are OR-ed together.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also