Share

SettingsLandXMLImport.SettingsConflictResolution.ConflictResolution Property

Specifies how objects with the same name are handled.



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

Syntax

C#

public LandXMLConflictResolutionType ConflictResolution { get; set; }

VB

Public Property ConflictResolution As LandXMLConflictResolutionType
	Get
	Set

C++

public:
property LandXMLConflictResolutionType ConflictResolution {
	LandXMLConflictResolutionType get ();
	void set (LandXMLConflictResolutionType value);
}

Property Value

LandXMLConflictResolutionType

See Also

Reference

Was this information helpful?