Class AnnotationDimensioningDefaults
Base class for reading/writing annotation and dimensioning defaults for drawings.
Inheritance
Inherited Members
Namespace: DesignData.SDS2.Setup
Assembly: DesignData.SDS2.Setup.dll
Syntax
public class AnnotationDimensioningDefaults
Properties
DetailUsingTemplates
Controls whether member detailing will apply templates stored in the fabs folder.
Declaration
public bool DetailUsingTemplates { get; set; }
Property Value
Type | Description |
---|---|
bool |
DetailWithRevisions
Controls whether 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 |
---|---|
bool |
GenerateNamedLocations
Controls whether each resulting member detail will include named locations.
Declaration
public bool GenerateNamedLocations { get; set; }
Property Value
Type | Description |
---|---|
bool |
RemoveSnaplines
Controls whether snaplines are removed before the drawing is shortened.
Declaration
public bool RemoveSnaplines { get; set; }
Property Value
Type | Description |
---|---|
bool |
RmHandrailHssLines
Controls whether member detailing automatically removes hidden lines from HSS materials on custom handrail members.
Declaration
public bool RmHandrailHssLines { get; set; }
Property Value
Type | Description |
---|---|
bool |
ShortenDrawing
Controls whether member detailing automatically shortens the details of the members.
Declaration
public bool ShortenDrawing { get; set; }
Property Value
Type | Description |
---|---|
bool |
ShowAppliedTemplates
Controls whether 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 |
---|---|
bool |
VerboseProgressUpdates
Controls whether 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 |
---|---|
bool |
Methods
Dispose(bool)
Base class for reading/writing annotation and dimensioning defaults for drawings.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing |
~AnnotationDimensioningDefaults()
Base class for reading/writing annotation and dimensioning defaults for drawings.
Declaration
protected ~AnnotationDimensioningDefaults()