ProjectionSectionOptionsAutoCADSolidDisplayAsTrueSection Property |
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.8.0.292
Syntaxpublic bool AutoCADSolidDisplayAsTrueSection { get; set; }
Public Property AutoCADSolidDisplayAsTrueSection As Boolean
Get
Set
public:
property bool AutoCADSolidDisplayAsTrueSection {
bool get ();
void set (bool value);
}
Property Value
Boolean
See Also