Share

VolumeSurfaceProperties.ComparisonSurface Property

Gets the ObjectId of the comparison surface from which the volume surface is generated.



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

Syntax

C#

public ObjectId ComparisonSurface { get; }

VB

Public ReadOnly Property ComparisonSurface As ObjectId
	Get

C++

public:
property ObjectId ComparisonSurface {
	ObjectId get ();
}

Property Value

ObjectId

See Also

Reference

Was this information helpful?