GetSize Method (ICustomPropertyControl)
Gets the size of the custom tab.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetSize( _
LONG* Width As System.Integer, _
LONG* Height As System.Integer _
) |
C# | |
---|
void GetSize(
out System.int Width,
out System.int Height
) |
JavaScript | |
---|
GetSize(
) : {
Width : Number,
Height : Number
}
|
Parameters
- Width[out]
- Width of custom tab
- Height[out] or Return Value
- Height of custom tab
See Also
Availability
DraftSight V1R1.3