FeatureLineCollectionIsConnectExtraPoints Property |
Gets or sets whether the collection connects extra points.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool IsConnectExtraPoints { get; set; }
Public Property IsConnectExtraPoints As Boolean
Get
Set
public:
property bool IsConnectExtraPoints {
bool get ();
void set (bool value);
}
Property Value
Boolean
See Also