Showing posts with label delete. Show all posts
Showing posts with label delete. Show all posts

Thursday, January 4, 2018

How To Recover Deleted Files Delete hui file ko wapus kaise layen

How To Recover Deleted Files Delete hui file ko wapus kaise layen




visit link download
Read more »

Saturday, December 30, 2017

iLogic Delete Custom iProperties

iLogic Delete Custom iProperties


Issue:
You have some custom iProperties in your file that you want to remove. Because you have a lot of files that contain these custom iProperties, you find yourself doing this quite often. Youd like an iLogic rule that will help with this when you encounter these custom iProperties.


Solution:
Here are three rule variations to help with this.

Variation 1
Delete only the custom iProperties found in the list.



------- start of ilogic ------

define list of custom properties to delete
Dim MyArrayList As New ArrayList
MyArrayList.add("Hello World 001")
MyArrayList.add("Hello World 002")
MyArrayList.add("Hello World 003")

define custom property collection
oCustomPropertySet = ThisDoc.Document.PropertySets.Item("Inventor User Defined Properties")
look at each property in the collection
For Each oCustProp in oCustomPropertySet
check property name against the list you want to delete
If MyArrayList.Contains(oCustProp.name)Then
delete the custom iProperty
oCustProp.Delete
Else
skip it
End If
Next

------- end of ilogic ------


Variation 2
Delete only the custom iProperties NOT found in the list.







Dim oAssDoc As AssemblyDocument
oAssDoc = ThisApplication.ActiveDocument
Dim oConstraint As AssemblyConstraint

RUSure = MessageBox.Show _
("Are you sure you want to Delete all sick constraints?",  _
"iLogic",MessageBoxButtons.YesNo)

If RUSure = vbNo Then
Return
Else
          i = 0
          For Each link download
Read more »

Friday, December 1, 2017

How to remove delete a credit card from google play store

How to remove delete a credit card from google play store


Have you associated your credit card with Google play? want to remove credit card from Google play? Read this article to know how to delete a credit card from google play store.

If you associated or linked your credit card with Google play to buy apps and now want to delete the card, go through this article.

How to remove a credit card from Google play
Follow the steps
- Go to Google Wallet and log in to your Google account.
-Click Payment methods option
-Click the Delete button
-Click Yes, remove it

Advertisement
  
Tags : Remove a credit card or payment method, Delete a card, remove credit card information from Play store, Remove/Delete Credit Card from Google Play, Add, Remove Or Change Credit Card From play store.


visit link download
Read more »