PipeOverrideCollectionSplitAt Property |
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.7.0.1190
Syntaxpublic string SplitAt { get; set; }
Public Property SplitAt As String
Get
Set
public:
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