Go to: Synopsis. Return value. Flags. MEL examples. 
      
       bezierInfo [-anchorFromCV int] [-cvFromAnchor int] [-isAnchorSelected] [-isTangentSelected] [-onlyAnchorsSelected] [-onlyTangentsSelected]   
      bezierInfo is undoable, NOT queryable, and NOT editable.
      This command provides a queryable interface for Bezier curve shapes.
	  
      
      
      
      
      
    
      anchorFromCV, cvFromAnchor, isAnchorSelected, isTangentSelected, onlyAnchorsSelected, onlyTangentsSelected
      
      
		
		  
			|  Flag can appear in Create mode of command |  Flag can appear in Edit mode of command | 
		  
			|  Flag can appear in Query mode of command |  Flag can be used more than once in a command. | 
		
// Queries the CV index of the anchor index 1
bezierInfo -cfa 1;
// Queries the anchor index of a CV index 3
bezierInfo -afc 3;