Show / Hide Table of Contents

    Class AnnotationDimensioningDefaults

    Base class for reading/writing annotation and dimensioning defaults for drawings.

    Inheritance
    System.Object
    AnnotationDimensioningDefaults
    GroupMemberAnnotationDimensioningDefaults
    SubmaterialAnnotationDimensioningDefaults
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: DesignData.SDS2.Setup
    Assembly: DesignData.SDS2.Setup.dll
    Syntax
    public class AnnotationDimensioningDefaults

    Properties

    DetailUsingTemplates

    Controls if member detailing will apply templates stored in the fabs folder.

    Declaration
    public bool DetailUsingTemplates { get; set; }
    Property Value
    Type Description
    System.Boolean

    DetailWithRevisions

    Controls if member detailing clouds change on the affected detail per "Method to be used for clouding changes on details".

    Declaration
    public bool DetailWithRevisions { get; set; }
    Property Value
    Type Description
    System.Boolean

    GenerateNamedLocations

    Controls if each resulting member detail will include named locations.

    Declaration
    public bool GenerateNamedLocations { get; set; }
    Property Value
    Type Description
    System.Boolean

    RemoveSnaplines

    Controls if snaplines are removed before the drawing is shortened.

    Declaration
    public bool RemoveSnaplines { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShortenDrawing

    Controls if member detailing automatically shortens the details of the members.

    Declaration
    public bool ShortenDrawing { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowAppliedTemplates

    Controls if member detailing will generate a label which names the templates that have been applied to the drawing.

    Declaration
    public bool ShowAppliedTemplates { get; set; }
    Property Value
    Type Description
    System.Boolean

    VerboseProgressUpdates

    Controls if the progress bar window will display the name of each template as it is applied.

    Declaration
    public bool VerboseProgressUpdates { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    Dispose(Boolean)

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    Finalize()

    Declaration
    protected void Finalize()
    Back to top