'Declaration
<DispIdAttribute(51)> Function SetAnnotationPropertyValue( _ ByVal AnnotationIdx As Integer, _ ByVal Name As String, _ ByVal Value As Object _ ) As GdPictureStatus
[DispId(51)] GdPictureStatus SetAnnotationPropertyValue( int AnnotationIdx, string Name, object Value )
function SetAnnotationPropertyValue( AnnotationIdx: Integer; Name: String; Value: TObject ): GdPictureStatus;
DispIdAttribute(51) function SetAnnotationPropertyValue( AnnotationIdx : int, Name : String, Value : Object ) : GdPictureStatus;
[DispId(51)] GdPictureStatus SetAnnotationPropertyValue( int AnnotationIdx, string* Name, Object* Value )
[DispId(51)] GdPictureStatus SetAnnotationPropertyValue( int AnnotationIdx, String^ Name, Object^ Value )
Parameters
- AnnotationIdx
- Name
- Value