Assigns (copies) properties from another
ShapeBase to the current object.
シンタックス
'宣言
Public Overrides Sub AssignFrom( _
ByVal As ShapeBase _
)
'使用法
Dim instance As ArcShape
Dim source As ShapeBase
instance.AssignFrom(source)
public override void AssignFrom(
ShapeBase
)
パラメータ
- source
- The source object to copy properties from.
参照