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