Gets or sets which profile to favor when splitting a profile view containing multiple profiles.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public string SplitAt { get; set; }
VB
Public Property SplitAt As String Get Set
C++
public: property String^ SplitAt { String^ get (); void set (String^ value); }
Property Value
StringExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the input profile name cannot be found in the collection. |