Gets or sets the reference surface name.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public string ReferenceSurfaceName { get; set; }
VB
Public Property ReferenceSurfaceName As String Get Set
C++
public: property String^ ReferenceSurfaceName { String^ get (); void set (String^ value); }
Property Value
StringExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when no existing Surface matches the name. |