Share

PressureAppurtenanceStylePlanOption.SymbolBlockScaleX Property

Gets or sets the X scale that is used when displaying with a block reference in plan view.



Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.280

Syntax

C#

public double SymbolBlockScaleX { get; set; }

VB

Public Property SymbolBlockScaleX As Double
	Get
	Set

C++

public:
property double SymbolBlockScaleX {
	double get ();
	void set (double value);
}

Property Value

Double

See Also

Reference

Was this information helpful?