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