Share

ProfileOverrideCollection.SplitAt Property

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

String

Exceptions

ExceptionCondition
ArgumentException Thrown when the input profile name cannot be found in the collection.

Remarks

For example, a profile view often contains both existing ground and finished ground profiles. Selecting SplitAt for the finished ground profile ensures that split occurs at the finished ground profile elevation.

See Also

Reference

Was this information helpful?