Specifies how objects with the same name are handled.

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

Syntax

C#
public LandXMLConflictResolutionType ConflictResolution { get; set; }
Visual Basic
Public Property ConflictResolution As LandXMLConflictResolutionType
	Get
	Set
Visual C++
public:
property LandXMLConflictResolutionType ConflictResolution {
	LandXMLConflictResolutionType get ();
	void set (LandXMLConflictResolutionType value);
}

See Also