BIM VILLAGE

Version 2.5.1

SampleEditorGetInteger

Overview

This C# programming manual provides a practical demonstration of how to obtain and retrieve an integer value from user input.

Sample code

For example:

Name Value
var app = new Beaver.BcadApplication();
var doc = app.ActiveDocument;
if (doc == null)
    doc = app.Documents.Add();
var stp = doc.STEPDocument;

© 2019 - 2022 BIM VILLAGE.