In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IAnnotationManager / GetAnnotationPropertyValue Method

GetAnnotationPropertyValue Method (IAnnotationManager)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(29)>

Function GetAnnotationPropertyValue( _

   ByVal AnnotationIdx As Integer, _

   ByVal Name As String _

) As Object
[DispId(29)]

object GetAnnotationPropertyValue( 

   int AnnotationIdx,

   string Name

)
function GetAnnotationPropertyValue( 

    AnnotationIdx: Integer;

    Name: String

): TObject; 
DispIdAttribute(29)

function GetAnnotationPropertyValue( 

   AnnotationIdx : int,

   Name : String

) : Object;
[DispId(29)]

Object* GetAnnotationPropertyValue( 

   int AnnotationIdx,

   string* Name

) 
[DispId(29)]

Object^ GetAnnotationPropertyValue( 

   int AnnotationIdx,

   String^ Name

) 

Parameters

AnnotationIdx
Name
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IAnnotationManager
IAnnotationManager Members