how to get the drawing zone properties via API in SWX 2015

Hi,

is there any way to get the drawings zone properties via API?

I mean the properties, which I can create with

Function NewSheet4( _

  ByVal Name As System.String, _

  ByVal PaperSize As System.Integer, _

  ByVal TemplateIn As System.Integer, _

  ByVal Scale1 As System.Double, _

  ByVal Scale2 As System.Double, _

  ByVal FirstAngle As System.Boolean, _

  ByVal TemplateName As System.String, _

  ByVal Width As System.Double, _

  ByVal Height As System.Double, _

  ByVal PropertyViewName As System.String, _

  ByVal ZoneLeftMargin As System.Double, _

  ByVal ZoneRightMargin As System.Double, _

  ByVal ZoneTopMargin As System.Double, _

  ByVal ZoneBottomMargin As System.Double, _

  ByVal ZoneRow As System.Integer, _

  ByVal ZoneCol As System.Integer _

) As System.Boolean

regards

Heinz

SolidworksApi macros