Note: This API is now obsolete.
Gets or sets which structure to favor when splitting a profile view containing multiple structures.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
[ObsoleteAttribute("Profile view does not support splitting at a structure.", false)] public string SplitAt { get; set; }
VB
<ObsoleteAttribute("Profile view does not support splitting at a structure.", false)> Public Property SplitAt As String Get Set
C++
public: [ObsoleteAttribute(L"Profile view does not support splitting at a structure.", false)] property String^ SplitAt { String^ get (); void set (String^ value); }
Property Value
StringExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the input structure name cannot be found in the collection. |