Share

ParamBase<10,Autodesk::Civil::DatabaseServices::SlopeElevationTarget ^,AcArray<AcDbObjectId,AcArrayMemCopyReallocator<AcDbObjectId> >,Autodesk::Civil::Runtime::CastOp<Autodesk::Civil::DatabaseServices::SlopeElevationTarget ^,AcArray<AcDbObjectId,AcArrayMemCopyReallocator<AcDbObjectId> > > >.Value Property



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

Syntax

C#

public virtual SlopeElevationTarget Value { get; set; }

VB

Public Overridable Property Value As SlopeElevationTarget
	Get
	Set

C++

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

Property Value

SlopeElevationTarget

See Also

Reference

Was this information helpful?