TurnoutCreationParamsInsertionPointEntry Property |
Gets or sets the insertion point entry of the turnout
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic string InsertionPointEntry { get; set; }Public Property InsertionPointEntry As String
Get
Set
public:
property String^ InsertionPointEntry {
String^ get ();
void set (String^ value);
}Property Value
String
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when:
- InsertionPointEntry is null or white space.
|
See Also