Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / ShowVertexIndices Property

In This Topic
    ShowVertexIndices Property (ViewportLayout)
    In This Topic
    Gets or sets the vertex indices visualization flag in the active viewport (meaningful only if ShowVertices is also true).
    Syntax
    'Declaration
     
    Public Overridable Property ShowVertexIndices As Boolean
    public virtual bool ShowVertexIndices {get; set;}
    See Also