在此文本对象的指定位置插入一个文本子对象。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public bool InsertPart( int index, TextPart part ) |
参数
- index
- Type: System..::.Int32
插入子对象的位置,即子对象的序号值。 其中序号值大于0且 小于 子对象的数目。
- part
- Type: SuperMap.Data..::.TextPart
要插入的子对象。
返回值
如果插入成功返回true,否则返回false 。备注
当index 小于 0 或index大于 PartCount时,抛出ArgumentOutOfIndexException异常。