public static CurrentDensity Create( ISelection selection, Document document = null, Simulation simulation = null )
Public Shared Function Create ( selection As ISelection, Optional document As Document = Nothing, Optional simulation As Simulation = Nothing ) As CurrentDensity
public: static CurrentDensity^ Create( ISelection^ selection, Document^ document = nullptr, Simulation^ simulation = nullptr )
static member Create : selection : ISelection * ?document : Document * ?simulation : Simulation (* Defaults: let _document = defaultArg document null let _simulation = defaultArg simulation null *) -> CurrentDensity