'Declaration
Public Function GetAnnotationPropertyValue( _ ByVal AnnotationIdx As Integer, _ ByVal Name As String _ ) As Object
public object GetAnnotationPropertyValue( int AnnotationIdx, string Name )
public function GetAnnotationPropertyValue( AnnotationIdx: Integer; Name: String ): TObject;
public function GetAnnotationPropertyValue( AnnotationIdx : int, Name : String ) : Object;
public: Object* GetAnnotationPropertyValue( int AnnotationIdx, string* Name )
public: Object^ GetAnnotationPropertyValue( int AnnotationIdx, String^ Name )
Parameters
- AnnotationIdx
- Name