Share

SettingsLandXMLImport.SettingsAlignmentImport.ElementConstraintAssignment Property

Defines the default method by which constraints are assigned to each element in an alignment.



Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public LandXMLImportAlignmentType ElementConstraintAssignment { get; set; }

VB

Public Property ElementConstraintAssignment As LandXMLImportAlignmentType
	Get
	Set

C++

public:
property LandXMLImportAlignmentType ElementConstraintAssignment {
	LandXMLImportAlignmentType get ();
	void set (LandXMLImportAlignmentType value);
}

Property Value

LandXMLImportAlignmentType

See Also

Reference

Was this information helpful?