'Declaration <DescriptionAttribute("The indices (in point collection returning by LineAnnotationDataBase.Points property), which define start points of graphics paths in this annotation.")> Public ReadOnly Property StartPointIndexes As System.Collections.Generic.IList(Of Integer)
[Description("The indices (in point collection returning by LineAnnotationDataBase.Points property), which define start points of graphics paths in this annotation.")] public System.Collections.Generic.IList<int> StartPointIndexes { get; }
[Description("The indices (in point collection returning by LineAnnotationDataBase.Points property), which define start points of graphics paths in this annotation.")] public: __property System.Collections.Generic.IList<int*>* get_StartPointIndexes();
[Description("The indices (in point collection returning by LineAnnotationDataBase.Points property), which define start points of graphics paths in this annotation.")] public:
property System.Collections.Generic.IList<int^>^ StartPointIndexes { System.Collections.Generic.IList<int^>^ get(); }