FeaturesCopyFeatures Method |
This method copies the features in this features object to another feature object.
Namespace:
VelocityGraph.Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public Features CopyFeatures()
Public Function CopyFeatures As Features
public:
Features^ CopyFeatures()
member CopyFeatures : unit -> Features
Return Value
Type:
Featuresa feature object with a clone of the features in the prior.
See Also