Click or drag to resize

FeatureClone Method

Copies the object and returns the new clone

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public Feature Clone(
	IAppContext appCxt
)

Parameters

appCxt
Type: NetQuarryIAppContext
The application context.

Return Value

Type: Feature
A clone of the feature object
See Also