←Select platform

ShowArc Property

Summary
Gets or sets the value that indicates whether to view the protractor arc for thisAnnProtractorObject.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool ShowArc { get; set; } 
@property (nonatomic, assign) BOOL showArc; 
public boolean getShowArc() 
public void setShowArc(boolean showArc) 
public:  
   property bool ShowArc 
   { 
      bool get() 
      void set(bool value) 
   } 
ShowArc # get and set (AnnProtractorObject) 

Property Value

The value indicates whether to view the protractor arc for this AnnProtractorObject. If this value is true then view the arc. The default value is true.

Remarks

For more information, refer to Using Protractors in Annotation Objects.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.