Share

ParamElevationTarget.Value Property



Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public override SlopeElevationTarget Value { set; }

VB

Public Overrides WriteOnly Property Value As SlopeElevationTarget
	Set

C++

public:
virtual property SlopeElevationTarget^ Value {
	void set (SlopeElevationTarget^ value) override;
}

Property Value

SlopeElevationTarget

See Also

Reference

Was this information helpful?