Gets or sets a Boolean value indicating if the AutoCAD solid displayed in the section view should be a "true section" or "simply a representation of the solid in the view".
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public bool AutoCADSolidDisplayAsTrueSection { get; set; } |
| Visual Basic |
|---|
Public Property AutoCADSolidDisplayAsTrueSection As Boolean
Get
Set |
| Visual C++ |
|---|
public:
property bool AutoCADSolidDisplayAsTrueSection {
bool get ();
void set (bool value);
} |
See Also