SelectedShapeCollectionGetNextSelectedShape メソッド |
コレクション内の指定した位置にある選択図形を取得します。
名前空間:
RootPro.RootProCAD
アセンブリ:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) バージョン: 12.0.0.0 (12.0.0.0)
構文 public abstract SelectedShape? GetNextSelectedShape(
ref IntPtr pos
)
Public MustOverride Function GetNextSelectedShape (
ByRef pos As IntPtr
) As SelectedShape?
パラメーター
- pos
- 型: SystemIntPtr
取得する選択図形の位置。
戻り値
型:
NullableSelectedShapeコレクション内の指定した位置にある選択図形を表す null 許容型の
SelectedShape。
関連項目