|
ExtensionGetParentSheet Method
|
Gets the parent sheet of the specified feature.
Namespace:
CADSharpTools.SOLIDWORKS
Assembly:
CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntaxpublic static Sheet GetParentSheet(
this Feature feature
)
<ExtensionAttribute>
Public Shared Function GetParentSheet (
feature As Feature
) As Sheet
Parameters
- feature
- Type: Feature
Feature object.
Return Value
Type:
SheetSheet object if found, null if not.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Feature. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also