AssignFrom Method (ArcShape)
In This Topic
Assigns (copies) properties from another
ShapeBase to the current object.
Syntax
'Declaration
Public Overrides Sub AssignFrom( _
ByVal As ShapeBase _
)
public override void AssignFrom(
ShapeBase
)
Parameters
- source
- The source object to copy properties from.
See Also