APIexport |
public bool exportElevationGroupToDXF( string path, string groupName, bool YZplane = false )
Public Function exportElevationGroupToDXF ( path As String, groupName As String, Optional YZplane As Boolean = false ) As Boolean Dim instance As API Dim path As String Dim groupName As String Dim YZplane As Boolean Dim returnValue As Boolean returnValue = instance.exportElevationGroupToDXF(path, groupName, YZplane)
public: bool exportElevationGroupToDXF( String^ path, String^ groupName, bool YZplane = false )
member exportElevationGroupToDXF : path : string * groupName : string * ?YZplane : bool (* Defaults: let _YZplane = defaultArg YZplane false *) -> bool
(c) NextFEM 2015-2026