Share

ProjectionSectionOptions.VerticallyExaggerateSolids Property

Gets vertically exaggerate solids.



Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276

Syntax

C#

public bool VerticallyExaggerateSolids { get; set; }

VB

Public Property VerticallyExaggerateSolids As Boolean
	Get
	Set

C++

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

Property Value

Boolean

See Also

Reference

Was this information helpful?