Description
Gets or sets the number of elements in the y direction.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property NumElementsY() As Integer
|
[C#] |
---|
public int NumElementsY {get; set;}
|
[Managed C++] |
---|
public: __property int get_NumElementsY(); public: __property void set_NumElementsY( int );
|
[Unmanaged C++] |
---|
public: HRESULT get_NumElementsY( int * pRetVal ); public: HRESULT put_NumElementsY( int NewNumElementsY );
|
[Java] |
---|
public ppInteger getNumElementsY();public void setNumElementsY( ppInteger );
|
See Also