Share

ProjectionSectionOptions.AutoCADSolidDisplayAsTrueSection 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.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public bool AutoCADSolidDisplayAsTrueSection { get; set; }

VB

Public Property AutoCADSolidDisplayAsTrueSection As Boolean
	Get
	Set

C++

public:
property bool AutoCADSolidDisplayAsTrueSection {
	bool get ();
	void set (bool value);
}

Property Value

Boolean

See Also

Reference

Was this information helpful?