Description
Returns a duplicate of the McRefFeatures instance.
-
Return Type
-
A McRefFeatures object.
Unnamed, newly created McRefFeature duplicate
-
Syntax
-
object.Duplicate
The Duplicate Method syntax has these parts: |
| object | An expression evaluating to an object of type McRefFeatures. | Remarks
This method creates a new McRefFeatures interface, which will have the same parent McFeatures (an McRegions, McLines or McPoints) that this one has.
The newly created McRefFeatures will have the same ReferenceFeature property as this one, but you will often want to change this (see examples).
|