Share

PressureAppurtenanceStylePlanOption.SymbolBlockScaleY Property

Gets or sets the Y 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 SymbolBlockScaleY { get; set; }

VB

Public Property SymbolBlockScaleY As Double
	Get
	Set

C++

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

Property Value

Double

See Also

Reference

Was this information helpful?