Allows access to the sketch interface.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Interface ISketchManager |
C# | |
---|
public interface ISketchManager |
JavaScript | |
---|
Object dsSketchManager |
COM native C++ | |
---|
interface ISketchManager |
C++ | |
---|
class dsSketchManager |
Example
This code snippet shows how to get the sketch interface.
COM native C++
//Get ISketchManager object
ISketchManagerPtr dsSketchManagerSheet( sheets[i]->GetSketchManager() );
Example
Accessors
See Also